Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding configurations for charts #451

Merged
merged 2 commits into from
Jul 24, 2024

Conversation

nicholasSUSE
Copy link
Contributor

@nicholasSUSE nicholasSUSE commented Jul 24, 2024

Issue: #444

Adding the configuration options for Charts release process inside ecm-distro-tools.

Resulting config.json:

~/.ecm-distro-tools » cat config.json
{
 "user": {
  "email": "[email protected]",
  "github_username": ""
 },
 "k3s": {
  "versions": {
   "v1.x.y": {
    "old_k8s_version": "v1.x.z",
    "new_k8s_version": "v1.x.y",
    "old_k8s_client": "v0.x.z",
    "new_k8s_client": "v0.x.y",
    "old_suffix": "k3s1",
    "new_suffix": "k3s1",
    "release_branch": "release-1.x",
    "workspace": "/home/nick/WORK/SOFTWARE/go/src/github.com/k3s-io/kubernetes/v1.x.z",
    "k3s_repo_owner": "k3s-io",
    "system_agent_installer_repo_owner": "rancher",
    "k8s_rancher_url": "[email protected]:k3s-io/kubernetes.git",
    "k3s_upstream_url": "[email protected]:k3s-io/k3s.git",
    "dry_run": false
   }
  }
 },
 "rancher": {
  "versions": {
   "v2.x.y": {
    "release_branch": "release/v2.x",
    "rancher_repo_owner": "rancher",
    "issue_number": "",
    "check_images": [],
    "base_registry": "stgregistry.suse.com",
    "registry": "registry.rancher.com",
    "prime_artifacts_bucket": "prime-artifacts",
    "dry_run": false,
    "skip_status_check": false
   }
  }
 },
 "rke2": {
  "versions": [
   "v1.x.y"
  ]
 },
 "charts": {
  "workspace": "/home/nick/WORK/SOFTWARE/go/src/github.com/rancher/charts",
  "charts_repo_url": "https://github.com/rancher/charts",
  "charts_fork_url": "",
  "dev_branch": "dev-v2.9",
  "release_branch": "release-v2.9"
 },
 "auth": {
  "drone": {
   "k3s_pr": "YOUR_TOKEN",
   "k3s_publish": "YOUR_TOKEN",
   "rancher_pr": "YOUR_TOKEN",
   "rancher_publish": "YOUR_TOKEN"
  },
  "github_token": "YOUR_TOKEN",
  "ssh_key_path": "path/to/your/ssh/key"
 }
}

@nicholasSUSE nicholasSUSE merged commit 88fe966 into rancher:master Jul 24, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants