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

Move the Dashboard nightly image to GHCR #2202

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ spec:
env:
- name: PROJECT_NAME
value: dashboard
- name: CR_URI
value: ghcr.io
- name: CR_PATH
value: tektoncd/dashboard
- name: CR_REGIONS
value: ""
- name: CR_USER
value: tekton-robot
initContainers:
- name: git
env:
Expand Down
11 changes: 11 additions & 0 deletions tekton/resources/nightly-release/overlays/dashboard/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,18 @@
value: $(tt.params.imageRegistry)
- name: imageRegistryPath
value: $(tt.params.imageRegistryPath)
- name: imageRegistryUser
value: $(tt.params.imageRegistryUser)
- name: imageRegistryRegions
value: $(tt.params.imageRegistryRegions)
- name: versionTag
value: $(tt.params.versionTag)
- name: serviceAccountPath
value: release.json
- name: serviceAccountImagesPath
value: credentials
- name: koExtraArgs
value: ""
workspaces:
- name: workarea
volumeClaimTemplate:
Expand All @@ -37,3 +45,6 @@
- name: release-secret
secret:
secretName: release-secret
- name: release-images-secret
secret:
secretName: ghcr-creds