Skip to content

Commit 2896c2b

Browse files
committed
fix: version updates
1 parent ab0dc05 commit 2896c2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm/applications/science-portal/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ version: 1.0.2
2424
# incremented each time you make changes to the application. Versions are not expected to
2525
# follow Semantic Versioning. They should reflect the version the application is using.
2626
# It is recommended to use it with quotes.
27-
appVersion: "1.0.2"
27+
appVersion: "1.2.0"
2828

2929
dependencies:
3030
- name: "redis"

helm/applications/science-portal/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ podSecurityContext: {}
2929
deployment:
3030
hostname: example.host.com # Change this!
3131
sciencePortal:
32-
image: images.opencadc.org/platform/science-portal:1.0.2
32+
image: images.opencadc.org/platform/science-portal:1.2.0
3333
imagePullPolicy: Always
3434

3535
# org.opencadc.science-portal.tabLabels

0 commit comments

Comments
 (0)