Skip to content

Commit a5798b7

Browse files
committed
Update Helm chart via GH Actions
1 parent 273a86b commit a5798b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lens2-helm/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.26.0
18+
version: 0.27.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: 2024-03-07.21.29
24+
appVersion: 2024-03-12.17.48

lens2-helm/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ webapp:
1111
fqdn: negins-lens2-demo.k8s.ucar.edu
1212
secretName: incommon-cert-negins-lens2-demo
1313
container:
14-
image: hub.k8s.ucar.edu/negins/lens2-docker:2024-03-12.15.23
14+
image: hub.k8s.ucar.edu/negins/lens2-docker:2024-03-12.17.48
1515
imagePullPolicy: Always
1616
port: 5006
1717
memory: 16G
@@ -20,7 +20,7 @@ scheduler:
2020
name: scheduler
2121
path: /dask-dashboard
2222
container:
23-
image: hub.k8s.ucar.edu/negins/dask-lens2:2024-03-12.15.23
23+
image: hub.k8s.ucar.edu/negins/dask-lens2:2024-03-12.17.48
2424
imagePullPolicy: Always
2525
dashboardPort: 8787
2626
workerPort: 8786

0 commit comments

Comments
 (0)