Skip to content

Commit 9f72377

Browse files
authored
chore: Pin the chart to an image release (#18)
1 parent f45ae1d commit 9f72377

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/currents/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ type: application
77

88
# The chart version.
99
# Versions are expected to follow Semantic Versioning (https://semver.org/)
10-
version: 0.1.1
10+
version: 0.2.0
1111

1212
# Version number of the application being deployed.
1313
# Versions are not expected to follow Semantic Versioning. They should reflect the version the application is using.
14-
appVersion: "2025-04-04-001"
14+
appVersion: "2025-04-08-001"
1515

1616
maintainers:
1717
- name: Currents-dev

charts/currents/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ currents:
8282
recordApiHost: currents-record.localhost
8383
rootUser:
8484
email: 'admin@{{ .Values.currents.domains.appHost }}'
85-
imageTag: staging-x86_64
85+
imageTag: 2025-04-08-001
8686

8787
email:
8888
smtp:

samples/local/chart-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ currents:
1515
https: false
1616
appHost: currents-app.localhost
1717
recordApiHost: currents-record.localhost
18-
imageTag: staging-aarch64
18+
imageTag: staging
1919
apiJwtToken:
2020
secretName: currents-api-jwt-token
2121
apiInternalToken:

0 commit comments

Comments
 (0)