Skip to content

Commit

Permalink
1.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseGaud committed Oct 24, 2023
1 parent 5b1725e commit 8872337
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/anka-build-cloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
type: application
version: 0.5.0
version: 0.5.1
apiVersion: v2
name: anka-build-cloud
appVersion: "1.37.0"
appVersion: "1.38.0"
description: A Helm chart for running the Anka Build Cloud Controller and Registry on Kubernetes
home: https://veertu.com
keywords:
Expand Down
6 changes: 3 additions & 3 deletions charts/anka-build-cloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

controller:
enabled: true
version: '1.37.0'
version: '1.38.0'
image: 'veertu/anka-build-cloud-controller'
replicaCount: 2
ingressALBHostname: false
Expand All @@ -15,7 +15,7 @@ controller:

registry:
enabled: true
version: '1.37.0'
version: '1.38.0'
image: 'veertu/anka-build-cloud-registry'
replicaCount: 1
volumeClaimUseEFS: false
Expand All @@ -31,7 +31,7 @@ registry:

etcd:
enabled: true
version: '1.37.0'
version: '1.38.0'
image: 'veertu/anka-build-cloud-etcd'
volumeClaimUseLocalStorage: true
volumeClaimName: 'etcd-data'
Expand Down

0 comments on commit 8872337

Please sign in to comment.