diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 68289791b..cee51587c 100644 --- a/charts/accountapp/Chart.yaml +++ b/charts/accountapp/Chart.yaml @@ -3,4 +3,4 @@ description: A Helm chart for accounts.jenkins.io maintainers: - name: timja name: accountapp -version: 0.6.11 +version: 0.6.13 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 3c10d379d..b52adfbf9 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -4,7 +4,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.4.43 + tag: 0.4.45 pullPolicy: IfNotPresent imagePullSecrets: [] nameOverride: "" diff --git a/charts/httpd/Chart.yaml b/charts/httpd/Chart.yaml index a60480a84..e41593acf 100644 --- a/charts/httpd/Chart.yaml +++ b/charts/httpd/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: httpd helm chart for Kubernetes name: httpd -version: 0.0.5 +version: 0.0.6 diff --git a/charts/httpd/values.yaml b/charts/httpd/values.yaml index d30f5d9f1..8e0f507f7 100644 --- a/charts/httpd/values.yaml +++ b/charts/httpd/values.yaml @@ -4,7 +4,7 @@ replicaCount: 1 image: repository: httpd - tag: 2.4@sha256:b55dde71414f5e7ef6a3d5b33ce1ff7357a21148fcdc6be3db155ef391b6c663 + tag: 2.4@sha256:4ffdefc17aef73b626a6e60078083420ba0c0f0a91e688eac130d9c078253bfb pullPolicy: IfNotPresent imagePullSecrets: [] nameOverride: "" diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index ce296f4ed..6960b0de3 100644 --- a/charts/mirrorbits/Chart.yaml +++ b/charts/mirrorbits/Chart.yaml @@ -5,4 +5,4 @@ maintainers: - email: me@olblak.com name: olblak name: mirrorbits -version: 0.65.3 +version: 0.65.4 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 6b50e0941..58af79546 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -8,7 +8,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: 0.1.99 + tag: 0.1.100 pullPolicy: IfNotPresent files: repository: httpd diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index 3e9c05e42..52d38be58 100644 --- a/charts/wiki/Chart.yaml +++ b/charts/wiki/Chart.yaml @@ -3,4 +3,4 @@ appVersion: 0.0.7 description: A Helm chart for wiki static content name: wiki type: application -version: 0.4.0 +version: 0.5.1 diff --git a/charts/wiki/templates/pdb.yaml b/charts/wiki/templates/pdb.yaml index 81398dd4d..c597ab8ff 100644 --- a/charts/wiki/templates/pdb.yaml +++ b/charts/wiki/templates/pdb.yaml @@ -1,4 +1,4 @@ -{{- if .Values.poddisruptionbudget.enabled }} +{{- if (gt (int .Values.replicaCount) 1) }} apiVersion: policy/v1 kind: PodDisruptionBudget metadata: diff --git a/charts/wiki/tests/custom_values_test.yaml b/charts/wiki/tests/custom_values_test.yaml index d21bd2417..9c2e39fc8 100644 --- a/charts/wiki/tests/custom_values_test.yaml +++ b/charts/wiki/tests/custom_values_test.yaml @@ -4,7 +4,7 @@ templates: tests: - it: should ensure the pdb has correct spec set: - poddisruptionbudget.enabled: true + replicaCount: 2 poddisruptionbudget.minAvailable: 2 poddisruptionbudget.maxUnavailable: 1 asserts: diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index 4d2c52592..d354b68ed 100644 --- a/charts/wiki/values.yaml +++ b/charts/wiki/values.yaml @@ -6,7 +6,7 @@ image: repository: jenkinsciinfra/wiki pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 0.1.7 + tag: 0.1.8 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" @@ -67,6 +67,5 @@ nodeSelector: {} tolerations: [] affinity: {} poddisruptionbudget: - enabled: false minAvailable: 1 maxUnavailable: 1