Skip to content

Commit

Permalink
1.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseGaud committed Oct 29, 2024
1 parent 69d75b0 commit 082eb2d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.8.0
version: 1.44.0
apiVersion: v2
name: anka-build-cloud
appVersion: "1.43.0"
appVersion: "1.44.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/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
controller:
enabled: true
version: '1.43.0'
version: '1.44.0'
# image: 'veertu/anka-build-cloud-controller'
replicaCount: 3
# ===========================================
Expand Down Expand Up @@ -69,7 +69,7 @@
registry:
enabled: true
version: '1.43.0'
version: '1.44.0'
# image: 'veertu/anka-build-cloud-registry'
replicaCount: 1 # don't use more than 1 unless you have some sort of network storage that the entire cluster can access, no matter where the registry pods are.
# ===========================================
Expand Down Expand Up @@ -104,7 +104,7 @@
value: "/mnt/vol"
etcd:
version: '1.43.0'
version: '1.44.0'
# #image: 'veertu/anka-build-cloud-etcd'
#= Whether or not to run a single pod with etcd in it. Disable this if you are running an etcd cluster already.
enabled: true
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.43.0'
version: '1.44.0'
image: 'veertu/anka-build-cloud-controller'
replicaCount: 2
ingressALBHostname: false
Expand All @@ -15,7 +15,7 @@ controller:

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

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

0 comments on commit 082eb2d

Please sign in to comment.