Skip to content

Commit

Permalink
update settings chart to have its own flavored values for kubectl image
Browse files Browse the repository at this point in the history
  • Loading branch information
zachariahmiller authored Dec 11, 2024
1 parent 4ea90c1 commit 90369f2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
5 changes: 5 additions & 0 deletions values/settings-registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
global:
kubectl:
image:
repository: registry1.dso.mil/ironbank/gitlab/gitlab/kubectl
tag: 17.6.1

Check failure on line 5 in values/settings-registry1-values.yaml

View workflow job for this annotation

GitHub Actions / validate / run

5:18 [new-line-at-end-of-file] no new line character at the end of file
5 changes: 5 additions & 0 deletions values/settings-unicorn-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
global:
kubectl:
image:
repository: registry.gitlab.com/gitlab-org/build/cng/kubectl
tag: v17.6.1

Check failure on line 5 in values/settings-unicorn-values.yaml

View workflow job for this annotation

GitHub Actions / validate / run

5:19 [new-line-at-end-of-file] no new line character at the end of file
5 changes: 5 additions & 0 deletions values/settings-upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
global:
kubectl:
image:
repository: registry.gitlab.com/gitlab-org/build/cng/kubectl
tag: v17.6.1

Check failure on line 5 in values/settings-upstream-values.yaml

View workflow job for this annotation

GitHub Actions / validate / run

5:19 [new-line-at-end-of-file] no new line character at the end of file
6 changes: 3 additions & 3 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ components:
- values/registry1-values.yaml
- name: uds-gitlab-settings
valuesFiles:
- values/registry1-values.yaml
- values/settings-registry1-values.yaml
images:
- "registry1.dso.mil/ironbank/gitlab/gitlab/certificates:17.6.1"
- "registry1.dso.mil/ironbank/gitlab/gitlab/cfssl-self-sign:1.6.1"
Expand Down Expand Up @@ -83,7 +83,7 @@ components:
- values/upstream-values.yaml
- name: uds-gitlab-settings
valuesFiles:
- values/upstream-values.yaml
- values/settings-upstream-values.yaml
images:
- "registry.gitlab.com/gitlab-org/build/cng/certificates:v17.6.1"
- "registry.gitlab.com/gitlab-org/build/cng/cfssl-self-sign:v17.6.1"
Expand Down Expand Up @@ -114,7 +114,7 @@ components:
- values/unicorn-values.yaml
- name: uds-gitlab-settings
valuesFiles:
- values/unicorn-values.yaml
- values/settings-unicorn-values.yaml
images:
- "registry.gitlab.com/gitlab-org/build/cng/certificates:v17.6.1"
- "registry.gitlab.com/gitlab-org/build/cng/cfssl-self-sign:v17.6.1"
Expand Down

0 comments on commit 90369f2

Please sign in to comment.