Skip to content

Commit

Permalink
feat(apiVersion): update chart API version
Browse files Browse the repository at this point in the history
  • Loading branch information
jusa3 committed Mar 8, 2024
1 parent 0a2c2de commit 84a865c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions k8s/dataserver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "1.0"
description: ols4 dataserver deployment
apiVersion: v2
appVersion: "1.0.0"
description: A Helm chart to deploy the ols4 dataserver
name: ols4
version: 0.1.0
version: 0.1.1
8 changes: 4 additions & 4 deletions k8s/ols4-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "1.0"
description: ols4 deployment
apiVersion: v2
appVersion: "1.0.0"
description: A Helm chart to deploy the ols4 backend
name: ols4
version: 0.1.0
version: 0.1.1
2 changes: 1 addition & 1 deletion k8s/semlookp-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: semlookp-ui
description: A Helm chart to deploy the semlookp-ui.
type: application
version: 0.0.3
version: 0.0.4
appVersion: "1.0.0"

0 comments on commit 84a865c

Please sign in to comment.