diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cae6e283239648f5562f1df7ea89c28725bae81..555446376074affaa5229bc734afcc71d1a846e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), Note that changelog entries are only added when there are changes to the chart (docs changes do not require a new version/changelog entry). --- +## [0.5.15] +### Changed +- Set the wait job image in Gluon rather than in the package + ## [0.5.14] ### Changed - set the following under the wait job spec.template.spec.containers.securityContext.allowPrivilegeEscalation: false diff --git a/README.md b/README.md index def34e6d03e291cf9233ddcb2a7a77d4051b2816..8ab56a8951e56ea0c3aed650d4af079bd9b840a5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ A Helm chart for Kubernetes +After making changes to Gluon, the `validate-chart/charts/gluon-x.x.xx.tgz` file must be updated. To do this: +1. From the root directory, run `cd validate-chart` +2. Run `helm dependency update` + ## Learn More * [Application Overview](docs/overview.md) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 1e9323417a787c2e62e70709eb031a408ad984f5..a8b5dae82593c37c155802dfdec15881cf8b072e 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -7,4 +7,4 @@ type: library # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.5.14 +version: 0.5.15 diff --git a/chart/templates/bb-wait/_waitjob.yaml b/chart/templates/bb-wait/_waitjob.yaml index a1124fdc434dd225e28bd7d0d6598b5baafb3b0a..b18cc772d4f7abbf7cadaf666b9470e138cd45ba 100644 --- a/chart/templates/bb-wait/_waitjob.yaml +++ b/chart/templates/bb-wait/_waitjob.yaml @@ -21,7 +21,7 @@ spec: - name: private-registry containers: - name: wait-job - image: {{ .Values.waitJob.scripts.image }} + image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.11 imagePullPolicy: IfNotPresent workingDir: /wait command: diff --git a/validate-chart/Chart.lock b/validate-chart/Chart.lock index 04d70f6223a2f36ac87073268fd0bfbe41b0fa9a..765f0c70dc0aed5aa3bf65b00049e5258e86b7e4 100644 --- a/validate-chart/Chart.lock +++ b/validate-chart/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: gluon repository: file://../chart - version: 0.5.14 -digest: sha256:87ba3705eaffd8fd3ffc1c4cb02c5d51fe7a0ea8b259701fb3b14f743da2fbe5 -generated: "2025-01-15T13:18:25.068085-05:00" + version: 0.5.15 +digest: sha256:ee909277201afb608f16f5bf6adf2e0a3cd31a4d1b84f12430fff123cc906e00 +generated: "2025-03-31T13:49:00.057031-06:00" diff --git a/validate-chart/Chart.yaml b/validate-chart/Chart.yaml index 8844faa18e5721b3f796c7b8db05225c0b10d59b..db057060f0d17a596334b05c48867e2806086e62 100644 --- a/validate-chart/Chart.yaml +++ b/validate-chart/Chart.yaml @@ -24,5 +24,5 @@ version: 0.1.5 appVersion: "12.11.0" dependencies: - name: gluon - version: "0.5.14" + version: "0.5.15" repository: file://../chart diff --git a/validate-chart/charts/gluon-0.5.14.tgz b/validate-chart/charts/gluon-0.5.14.tgz deleted file mode 100644 index b5fef26179ca6ef000b2755a110c3106fb9ca492..0000000000000000000000000000000000000000 Binary files a/validate-chart/charts/gluon-0.5.14.tgz and /dev/null differ diff --git a/validate-chart/charts/gluon-0.5.15.tgz b/validate-chart/charts/gluon-0.5.15.tgz new file mode 100644 index 0000000000000000000000000000000000000000..f5535cdf36c38202fb6b177c88b936c831c2399a Binary files /dev/null and b/validate-chart/charts/gluon-0.5.15.tgz differ