Skip to content

Commit

Permalink
1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseGaud committed Sep 21, 2023
1 parent 81238e4 commit 0b5091e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/anka-build-cloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ type: application
version: 0.4.0
apiVersion: v2
name: anka-build-cloud
appVersion: "1.33.0"
appVersion: "1.37.0"
description: A Helm chart for running the Anka Build Cloud Controller and Registry on Kubernetes
home: https://veertu.com
keywords:
Expand Down
14 changes: 9 additions & 5 deletions charts/anka-build-cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
controller:
enabled: true
version: '1.33.0'
version: '1.37.0'
# image: 'veertu/anka-build-cloud-controller'
replicaCount: 3
# ===========================================
Expand All @@ -53,7 +53,7 @@
- name: ANKA_ETCD_ENDPOINTS
value: 'etcd-headless.anka-build-cloud.svc.cluster.local:2379'
# if using bitnami helm chart: 'etcd-0.etcd-headless.anka-build-cloud.svc.cluster.local:2379,etcd-1.etcd-headless.anka-build-cloud.svc.cluster.local:2379,etcd-2.etcd-headless.anka-build-cloud.svc.cluster.local:2379'
- name: ANKA_LOCAL_ANKA_REGISTRY
- name: ANKA_LOCAL_ANKA_REGISTRY # REQUIRED / Must point to the 8089 port
value: 'http://registry.anka-build-cloud.svc.cluster.local:8089'
- name: ANKA_ENABLE_CENTRAL_LOGGING
value: true
Expand All @@ -68,7 +68,7 @@
registry:
enabled: true
version: '1.33.0'
version: '1.37.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 All @@ -95,11 +95,15 @@
# ingressNginxAuthTLSSecretName: anka-build-cloud/anka-build-cloud-ca-secret
# ingressNginxTLSSecretName: anka-build-cloud-cert
# ===========================================
# env: |
env: |-
# Find the complete list at https://docs.veertu.com/anka/anka-build-cloud/configuration-reference/#configuration-envs
- name: ANKA_LISTEN_ADDR
value: "0.0.0.0:8089"
- name: ANKA_BASE_PATH
value: "/mnt/vol"
etcd:
version: '1.33.0'
version: '1.37.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.33.0'
version: '1.37.0'
image: 'veertu/anka-build-cloud-controller'
replicaCount: 2
ingressALBHostname: false
Expand All @@ -15,7 +15,7 @@ controller:

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

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

0 comments on commit 0b5091e

Please sign in to comment.