From df0b90db2d986c02f5bb9a5c6c615544c21ef3d8 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 21 Feb 2023 11:31:34 +0000 Subject: [PATCH 001/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index f03a17143..621c071aa 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.2.38 +version: 0.2.39 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 0d1cd32f6..090df3493 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.2.38 + tag: 0.2.39 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 2eadf64edcda408e2b224a91f61c6f54b770c625 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 21 Feb 2023 11:31:57 +0000 Subject: [PATCH 002/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 64 ++++++++++++++++++++--------------------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index 331d6547c..4e8ac346a 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.3.60 +version: 0.3.61 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index 0cf95cb26..8e64093ea 100644 --- a/charts/wiki/values.yaml +++ b/charts/wiki/values.yaml @@ -4,21 +4,21 @@ replicaCount: 1 image: - repository: jenkinsciinfra/wiki - pullPolicy: IfNotPresent - # Overrides the image tag whose default is the chart appVersion. - tag: "0.0.106" + repository: jenkinsciinfra/wiki + pullPolicy: IfNotPresent + # Overrides the image tag whose default is the chart appVersion. + tag: "0.0.107" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" serviceAccount: - # Specifies whether a service account should be created - create: true - # Annotations to add to the service account - annotations: {} - # The name of the service account to use. - # If not set and create is true, a name is generated using the fullname template - name: "" + # Specifies whether a service account should be created + create: true + # Annotations to add to the service account + annotations: {} + # The name of the service account to use. + # If not set and create is true, a name is generated using the fullname template + name: "" podAnnotations: {} podSecurityContext: {} # fsGroup: 2000 @@ -32,23 +32,23 @@ securityContext: {} # runAsUser: 1000 service: - type: ClusterIP - port: 80 + type: ClusterIP + port: 80 ingress: - enabled: false - className: "" - annotations: {} - # kubernetes.io/ingress.class: nginx - # kubernetes.io/tls-acme: "true" - hosts: - - host: chart-example.local - paths: - - path: / - pathType: ImplementationSpecific - tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local + enabled: false + className: "" + annotations: {} + # kubernetes.io/ingress.class: nginx + # kubernetes.io/tls-acme: "true" + hosts: + - host: chart-example.local + paths: + - path: / + pathType: ImplementationSpecific + tls: [] + # - secretName: chart-example-tls + # hosts: + # - chart-example.local resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little @@ -62,11 +62,11 @@ resources: {} # memory: 128Mi autoscaling: - enabled: false - minReplicas: 1 - maxReplicas: 100 - targetCPUUtilizationPercentage: 80 - # targetMemoryUtilizationPercentage: 80 + enabled: false + minReplicas: 1 + maxReplicas: 100 + targetCPUUtilizationPercentage: 80 + # targetMemoryUtilizationPercentage: 80 nodeSelector: {} tolerations: [] affinity: {} From 66daddc7f8f53a67285bf9dedba580c677203a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= Date: Wed, 22 Feb 2023 09:58:44 +0100 Subject: [PATCH 003/205] cleanup: remove custom-distribution-service chart --- .../custom-distribution-service/.helmignore | 22 ------- charts/custom-distribution-service/Chart.yaml | 4 -- .../templates/NOTES.txt | 21 ------- .../templates/_helpers.tpl | 56 ------------------ .../templates/deployment.yaml | 57 ------------------- .../templates/ingress.yaml | 43 -------------- .../templates/service.yaml | 16 ------ .../templates/serviceaccount.yaml | 8 --- .../templates/tests/test-connection.yaml | 15 ----- .../custom-distribution-service/values.yaml | 57 ------------------- 10 files changed, 299 deletions(-) delete mode 100644 charts/custom-distribution-service/.helmignore delete mode 100644 charts/custom-distribution-service/Chart.yaml delete mode 100644 charts/custom-distribution-service/templates/NOTES.txt delete mode 100644 charts/custom-distribution-service/templates/_helpers.tpl delete mode 100644 charts/custom-distribution-service/templates/deployment.yaml delete mode 100644 charts/custom-distribution-service/templates/ingress.yaml delete mode 100644 charts/custom-distribution-service/templates/service.yaml delete mode 100644 charts/custom-distribution-service/templates/serviceaccount.yaml delete mode 100644 charts/custom-distribution-service/templates/tests/test-connection.yaml delete mode 100644 charts/custom-distribution-service/values.yaml diff --git a/charts/custom-distribution-service/.helmignore b/charts/custom-distribution-service/.helmignore deleted file mode 100644 index 50af03172..000000000 --- a/charts/custom-distribution-service/.helmignore +++ /dev/null @@ -1,22 +0,0 @@ -# Patterns to ignore when building packages. -# This supports shell glob matching, relative path matching, and -# negation (prefixed with !). Only one pattern per line. -.DS_Store -# Common VCS dirs -.git/ -.gitignore -.bzr/ -.bzrignore -.hg/ -.hgignore -.svn/ -# Common backup files -*.swp -*.bak -*.tmp -*~ -# Various IDEs -.project -.idea/ -*.tmproj -.vscode/ diff --git a/charts/custom-distribution-service/Chart.yaml b/charts/custom-distribution-service/Chart.yaml deleted file mode 100644 index 983412bb8..000000000 --- a/charts/custom-distribution-service/Chart.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: v1 -description: custom-distribution-service -name: custom-distribution-service -version: 0.3.1 diff --git a/charts/custom-distribution-service/templates/NOTES.txt b/charts/custom-distribution-service/templates/NOTES.txt deleted file mode 100644 index 06b964a96..000000000 --- a/charts/custom-distribution-service/templates/NOTES.txt +++ /dev/null @@ -1,21 +0,0 @@ -1. Get the application URL by running these commands: -{{- if .Values.ingress.enabled }} -{{- range $host := .Values.ingress.hosts }} - {{- range .paths }} - http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ . }} - {{- end }} -{{- end }} -{{- else if contains "NodePort" .Values.service.type }} - export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "custom-distribution-service.fullname" . }}) - export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}") - echo http://$NODE_IP:$NODE_PORT -{{- else if contains "LoadBalancer" .Values.service.type }} - NOTE: It may take a few minutes for the LoadBalancer IP to be available. - You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "custom-distribution-service.fullname" . }}' - export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "custom-distribution-service.fullname" . }} --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}") - echo http://$SERVICE_IP:{{ .Values.service.port }} -{{- else if contains "ClusterIP" .Values.service.type }} - export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "custom-distribution-service.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") - echo "Visit http://127.0.0.1:8080 to use your application" - kubectl port-forward $POD_NAME 8080:80 -{{- end }} diff --git a/charts/custom-distribution-service/templates/_helpers.tpl b/charts/custom-distribution-service/templates/_helpers.tpl deleted file mode 100644 index d5e331504..000000000 --- a/charts/custom-distribution-service/templates/_helpers.tpl +++ /dev/null @@ -1,56 +0,0 @@ -{{/* vim: set filetype=mustache: */}} -{{/* -Expand the name of the chart. -*/}} -{{- define "custom-distribution-service.name" -}} -{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}} -{{- end -}} - -{{/* -Create a default fully qualified app name. -We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). -If release name contains chart name it will be used as a full name. -*/}} -{{- define "custom-distribution-service.fullname" -}} -{{- if .Values.fullnameOverride -}} -{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" -}} -{{- else -}} -{{- $name := default .Chart.Name .Values.nameOverride -}} -{{- if contains $name .Release.Name -}} -{{- .Release.Name | trunc 63 | trimSuffix "-" -}} -{{- else -}} -{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" -}} -{{- end -}} -{{- end -}} -{{- end -}} - -{{/* -Create chart name and version as used by the chart label. -*/}} -{{- define "custom-distribution-service.chart" -}} -{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" -}} -{{- end -}} - -{{/* -Common labels -*/}} -{{- define "custom-distribution-service.labels" -}} -app.kubernetes.io/name: {{ include "custom-distribution-service.name" . }} -helm.sh/chart: {{ include "custom-distribution-service.chart" . }} -app.kubernetes.io/instance: {{ .Release.Name }} -{{- if .Chart.AppVersion }} -app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} -{{- end }} -app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- end -}} - -{{/* -Create the name of the service account to use -*/}} -{{- define "custom-distribution-service.serviceAccountName" -}} -{{- if .Values.serviceAccount.create -}} - {{ default (include "custom-distribution-service.fullname" .) .Values.serviceAccount.name }} -{{- else -}} - {{ default "default" .Values.serviceAccount.name }} -{{- end -}} -{{- end -}} diff --git a/charts/custom-distribution-service/templates/deployment.yaml b/charts/custom-distribution-service/templates/deployment.yaml deleted file mode 100644 index ff3b188ea..000000000 --- a/charts/custom-distribution-service/templates/deployment.yaml +++ /dev/null @@ -1,57 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: {{ include "custom-distribution-service.fullname" . }} - labels: -{{ include "custom-distribution-service.labels" . | indent 4 }} -spec: - replicas: {{ .Values.replicaCount }} - selector: - matchLabels: - app.kubernetes.io/name: {{ include "custom-distribution-service.name" . }} - app.kubernetes.io/instance: {{ .Release.Name }} - template: - metadata: - labels: - app.kubernetes.io/name: {{ include "custom-distribution-service.name" . }} - app.kubernetes.io/instance: {{ .Release.Name }} - spec: - {{- with .Values.imagePullSecrets }} - imagePullSecrets: - {{- toYaml . | nindent 8 }} - {{- end }} - serviceAccountName: {{ template "custom-distribution-service.serviceAccountName" . }} - securityContext: - {{- toYaml .Values.podSecurityContext | nindent 8 }} - containers: - - name: {{ .Chart.Name }} - securityContext: - {{- toYaml .Values.securityContext | nindent 12 }} - image: "{{ .Values.image.repository }}:{{ tpl .Values.image.tag . }}" - imagePullPolicy: {{ .Values.image.pullPolicy }} - ports: - - name: http - containerPort: 8080 - protocol: TCP - livenessProbe: - httpGet: - path: / - port: http - readinessProbe: - httpGet: - path: / - port: http - resources: - {{- toYaml .Values.resources | nindent 12 }} - {{- with .Values.nodeSelector }} - nodeSelector: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.affinity }} - affinity: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.tolerations }} - tolerations: - {{- toYaml . | nindent 8 }} - {{- end }} diff --git a/charts/custom-distribution-service/templates/ingress.yaml b/charts/custom-distribution-service/templates/ingress.yaml deleted file mode 100644 index 9376683e0..000000000 --- a/charts/custom-distribution-service/templates/ingress.yaml +++ /dev/null @@ -1,43 +0,0 @@ -{{- if .Values.ingress.enabled -}} -{{- $fullName := include "custom-distribution-service.fullname" . -}} -{{- $svcPort := .Values.service.port -}} -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: {{ $fullName }} - labels: -{{ include "custom-distribution-service.labels" . | indent 4 }} - {{- with .Values.ingress.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -spec: -{{- if .Values.ingress.className }} - ingressClassName: {{ .Values.ingress.className }} -{{- end }} -{{- if .Values.ingress.tls }} - tls: - {{- range .Values.ingress.tls }} - - hosts: - {{- range .hosts }} - - {{ . | quote }} - {{- end }} - secretName: {{ .secretName }} - {{- end }} -{{- end }} - rules: - {{- range .Values.ingress.hosts }} - - host: {{ .host | quote }} - http: - paths: - {{- range .paths }} - - path: {{ .path }} - pathType: Prefix - backend: - service: - name: {{ $fullName }} - port: - number: {{ $svcPort }} - {{- end }} - {{- end }} -{{- end }} diff --git a/charts/custom-distribution-service/templates/service.yaml b/charts/custom-distribution-service/templates/service.yaml deleted file mode 100644 index 46997722f..000000000 --- a/charts/custom-distribution-service/templates/service.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: {{ include "custom-distribution-service.fullname" . }} - labels: -{{ include "custom-distribution-service.labels" . | indent 4 }} -spec: - type: {{ .Values.service.type }} - ports: - - port: {{ .Values.service.port }} - targetPort: http - protocol: TCP - name: http - selector: - app.kubernetes.io/name: {{ include "custom-distribution-service.name" . }} - app.kubernetes.io/instance: {{ .Release.Name }} diff --git a/charts/custom-distribution-service/templates/serviceaccount.yaml b/charts/custom-distribution-service/templates/serviceaccount.yaml deleted file mode 100644 index 7d68d986e..000000000 --- a/charts/custom-distribution-service/templates/serviceaccount.yaml +++ /dev/null @@ -1,8 +0,0 @@ -{{- if .Values.serviceAccount.create -}} -apiVersion: v1 -kind: ServiceAccount -metadata: - name: {{ template "custom-distribution-service.serviceAccountName" . }} - labels: -{{ include "custom-distribution-service.labels" . | indent 4 }} -{{- end -}} diff --git a/charts/custom-distribution-service/templates/tests/test-connection.yaml b/charts/custom-distribution-service/templates/tests/test-connection.yaml deleted file mode 100644 index 7f35204c2..000000000 --- a/charts/custom-distribution-service/templates/tests/test-connection.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - name: "{{ include "custom-distribution-service.fullname" . }}-test-connection" - labels: -{{ include "custom-distribution-service.labels" . | indent 4 }} - annotations: - "helm.sh/hook": test-success -spec: - containers: - - name: wget - image: busybox - command: ['wget'] - args: ['{{ include "custom-distribution-service.fullname" . }}:{{ .Values.service.port }}'] - restartPolicy: Never diff --git a/charts/custom-distribution-service/values.yaml b/charts/custom-distribution-service/values.yaml deleted file mode 100644 index 6fadda9e0..000000000 --- a/charts/custom-distribution-service/values.yaml +++ /dev/null @@ -1,57 +0,0 @@ -# Default values for custom-distribution-service. -# This is a YAML-formatted file. -# Declare variables to be passed into your templates. - -replicaCount: 1 -image: - repository: jenkinsciinfra/custom-distribution-service - tag: "0.0.5" -imagePullSecrets: [] -nameOverride: "" -fullnameOverride: "" -serviceAccount: - # Specifies whether a service account should be created - create: true - # The name of the service account to use. - # If not set and create is true, a name is generated using the fullname template - name: -podSecurityContext: {} -# fsGroup: 2000 - -securityContext: {} -# capabilities: -# drop: -# - ALL -# readOnlyRootFilesystem: true -# runAsNonRoot: true -# runAsUser: 1000 - -service: - type: ClusterIP - port: 8080 -ingress: - enabled: false - className: "" - annotations: {} - # kubernetes.io/tls-acme: "true" - hosts: - - host: chart-example.local - tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local -resources: {} -# We usually recommend not to specify default resources and to leave this as a conscious -# choice for the user. This also increases chances charts run on environments with little -# resources, such as Minikube. If you do want to specify resources, uncomment the following -# lines, adjust them as necessary, and remove the curly braces after 'resources:'. -# limits: -# cpu: 100m -# memory: 128Mi -# requests: -# cpu: 100m -# memory: 128Mi - -nodeSelector: {} -tolerations: [] -affinity: {} From 0276d9dde1852086463aade9d2dc3cd65a267487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Fri, 24 Feb 2023 16:15:16 +0100 Subject: [PATCH 004/205] chore: pin GitHub actions with their SHA-1 instead of their version number (#431) --- .github/workflows/release.yml | 10 ++-------- .github/workflows/sync-readme.yaml | 1 - .github/workflows/test.yml | 9 +-------- 3 files changed, 3 insertions(+), 17 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b88822805..f64845c46 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,15 +1,12 @@ name: Release Charts - on: push: branches: - main paths: - 'charts/**' - # Only allow 1 release at a time (avoid concurent deployment to gh-pages) concurrency: "release-chart" - jobs: release: runs-on: ubuntu-latest @@ -18,16 +15,13 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Configure Git run: | git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - - name: Install Helm - uses: azure/setup-helm@v3 - + uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3 - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.5.0 + uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/sync-readme.yaml b/.github/workflows/sync-readme.yaml index 6c7dfcbf9..689b08f14 100644 --- a/.github/workflows/sync-readme.yaml +++ b/.github/workflows/sync-readme.yaml @@ -1,5 +1,4 @@ name: Sync README to gh-pages - on: push: branches: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5244f367..f782accc0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,15 +1,11 @@ ---- name: Test Charts - on: push: pull_request: workflow_dispatch: - jobs: unit-tests: runs-on: ubuntu-latest - strategy: matrix: chart: @@ -19,7 +15,6 @@ jobs: - jenkins-kubernetes-agents - plugin-health-scoring fail-fast: false - steps: - name: Checkout uses: actions/checkout@v3 @@ -29,10 +24,9 @@ jobs: current_helm_version="$(curl --silent --location https://raw.githubusercontent.com/jenkins-infra/docker-helmfile/main/Dockerfile | grep 'ARG' | grep 'HELM_VERSION=' | sort -u | cut -d'=' -f2)" echo "CURRENT_HELM_VERSION=${current_helm_version}" >> $GITHUB_OUTPUT - name: Set up Helm - uses: azure/setup-helm@v3 + uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3 with: version: "${{ steps.tools-versions.outputs.CURRENT_HELM_VERSION }}" - - name: install helm unittests run: | helm env @@ -43,7 +37,6 @@ jobs: || true # Fail if not installed helm plugin list | grep unittest - - name: run unit tests working-directory: ./charts/ run: | From ce0f6d6489ffc0c9de157a2eeb0142bf4ed9699d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20MERLE?= <95630726+smerle33@users.noreply.github.com> Date: Fri, 24 Feb 2023 16:38:58 +0100 Subject: [PATCH 005/205] chore(updatecli): remove custom-distribution-service (#432) --- .../custom-distribution-service.yaml | 55 ------------------- 1 file changed, 55 deletions(-) delete mode 100644 updatecli/updatecli.d/custom-distribution-service.yaml diff --git a/updatecli/updatecli.d/custom-distribution-service.yaml b/updatecli/updatecli.d/custom-distribution-service.yaml deleted file mode 100644 index 14f865c7a..000000000 --- a/updatecli/updatecli.d/custom-distribution-service.yaml +++ /dev/null @@ -1,55 +0,0 @@ -name: Bump `custom-distribution-service` docker image and helm chart versions - -scms: - default: - kind: github - spec: - user: "{{ .github.user }}" - email: "{{ .github.email }}" - owner: "{{ .github.owner }}" - repository: "{{ .github.repository }}" - token: "{{ requiredEnv .github.token }}" - username: "{{ .github.username }}" - branch: "{{ .github.branch }}" - -sources: - latestRelease: - name: Get latest jenkinsci/custom-distribution-service version - kind: githubrelease - spec: - owner: "jenkinsci" - repository: "custom-distribution-service" - token: "{{ requiredEnv .github.token }}" - username: "{{ .github.username }}" - versionfilter: - kind: latest - -conditions: - checkDockerImagePublished: - name: Is latest jenkinsciinfra/custom-distribution-service docker image published - kind: dockerimage - sourceid: latestRelease - spec: - image: "jenkinsciinfra/custom-distribution-service" - architecture: "amd64" - # Tag comes from sourceid - -targets: - updateChart: - name: Update custom-distribution-service helm chart - kind: helmchart - spec: - name: charts/custom-distribution-service - key: image.tag - versionincrement: patch - scmid: default - -actions: - default: - kind: github/pullrequest - scmid: default - title: Bump `custom-distribution-service` docker image version to {{ source "latestRelease" }} - spec: - labels: - - dependencies - - custom-distribution-service From 856f5e3d0b9854f4fd0cf74c349e44642b33c3f7 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 24 Feb 2023 15:42:19 +0000 Subject: [PATCH 006/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 621c071aa..c590f4910 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.2.39 +version: 0.2.40 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 090df3493..154ffa0a4 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.2.39 + tag: 0.2.43 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 9ba35b5c4073a4f33249dd7c3e91d05e46fe9e94 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 24 Feb 2023 15:42:29 +0000 Subject: [PATCH 007/205] chore: Update key "image.mirrorbits.tag" from file "/tmp/updatecli/gi... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... thub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 9aa6225b5..ecc704420 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.29.2 +version: 0.29.3 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index b339db977..955c3af11 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -8,7 +8,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: "0.1.67" + tag: "0.1.69" pullPolicy: Always files: repository: httpd@sha256 From a4c4b9aa410850ad2822b0f17e6438adbb66b496 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 24 Feb 2023 15:42:43 +0000 Subject: [PATCH 008/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index 4e8ac346a..5bd608441 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.3.61 +version: 0.3.62 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index 8e64093ea..4315ab687 100644 --- a/charts/wiki/values.yaml +++ b/charts/wiki/values.yaml @@ -7,7 +7,7 @@ image: repository: jenkinsciinfra/wiki pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.0.107" + tag: "0.0.110" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From c93e3a4fc6248f97d98b86e67e2d58115901a448 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 24 Feb 2023 18:26:20 +0000 Subject: [PATCH 009/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index c590f4910..459f51e6a 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.2.40 +version: 0.2.41 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 154ffa0a4..6fdedc700 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.2.43 + tag: 0.2.44 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From f7e3f9ce677e9ffbffb5c144619cb24f50af7618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 11:08:48 +0000 Subject: [PATCH 010/205] chore(deps): bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/sync-readme.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-readme.yaml b/.github/workflows/sync-readme.yaml index 689b08f14..56c4a8d0f 100644 --- a/.github/workflows/sync-readme.yaml +++ b/.github/workflows/sync-readme.yaml @@ -9,10 +9,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: | cp -f README.md ${{ runner.temp }}/README.md - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: gh-pages - run: | From cf92f94e03a4b0c89a878fb9c7bc49f1be0584e8 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 28 Feb 2023 21:26:34 +0000 Subject: [PATCH 011/205] chore: Update key "image.mirrorbits.tag" from file "/tmp/updatecli/gi... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... thub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index ecc704420..e3c7097a3 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.29.3 +version: 0.29.4 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 955c3af11..84e85613d 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -8,7 +8,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: "0.1.69" + tag: "0.1.70" pullPolicy: Always files: repository: httpd@sha256 From 468047e3ea7ce4b4f85910b1cbc5e4d816c9e7cf Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 1 Mar 2023 09:26:53 +0000 Subject: [PATCH 012/205] chore: Update key "image.files.tag" from file "/tmp/updatecli/github/... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index e3c7097a3..5128850fb 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.29.4 +version: 0.30.0 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 84e85613d..ee1a2d8ad 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -12,7 +12,7 @@ image: pullPolicy: Always files: repository: httpd@sha256 - tag: d866e5c91f31fc6a122aaf37149cc67ba2ca0de68ae73ab206747a190937967e + tag: 55e1118da373ce349be524e344be08bebddf0139b14916729175426fff73f88a pullPolicy: Always imagePullSecrets: [] nameOverride: "" From 98f493f9e7b5b186b19b79d23a508e1f5f3e77b7 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 1 Mar 2023 23:28:37 +0000 Subject: [PATCH 013/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 459f51e6a..800630ce7 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.2.41 +version: 0.2.42 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 6fdedc700..00ca02c37 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.2.44 + tag: 0.2.45 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From b3b1e74a72371de763f17bc6f02e9e7bc4ae4043 Mon Sep 17 00:00:00 2001 From: Adrien Lecharpentier Date: Thu, 2 Mar 2023 11:37:30 +0100 Subject: [PATCH 014/205] Bump Plugin Health Scoring from 1.8.0 to 1.9.0 (#439) --- charts/plugin-health-scoring/Chart.yaml | 2 +- charts/plugin-health-scoring/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/plugin-health-scoring/Chart.yaml b/charts/plugin-health-scoring/Chart.yaml index 504f92772..6f35c2f4e 100644 --- a/charts/plugin-health-scoring/Chart.yaml +++ b/charts/plugin-health-scoring/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 description: A Helm chart for Kubernetes name: plugin-health-scoring type: application -version: 2.0.6 +version: 2.0.7 diff --git a/charts/plugin-health-scoring/values.yaml b/charts/plugin-health-scoring/values.yaml index 59da5636b..c086876db 100644 --- a/charts/plugin-health-scoring/values.yaml +++ b/charts/plugin-health-scoring/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: "jenkinsciinfra/plugin-health-scoring" pullPolicy: IfNotPresent - tag: "v1.8.0" + tag: "v1.9.0" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 60d961342c0e3db3c49e34ddbe521ac28e190a2d Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 3 Mar 2023 04:25:55 +0000 Subject: [PATCH 015/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index 5bd608441..7be96ee77 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.3.62 +version: 0.3.63 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index 4315ab687..0086a3bf7 100644 --- a/charts/wiki/values.yaml +++ b/charts/wiki/values.yaml @@ -7,7 +7,7 @@ image: repository: jenkinsciinfra/wiki pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.0.110" + tag: "0.0.111" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 008d7aa474059e25b4fea2711b921ee11af5ca5a Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 3 Mar 2023 10:25:11 +0000 Subject: [PATCH 016/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 800630ce7..aba29e5de 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.2.42 +version: 0.2.43 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 00ca02c37..6e2bbc969 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.2.45 + tag: 0.2.46 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 8024917c0a03db93ce47f4c89802f4e9edbc33f9 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Sun, 5 Mar 2023 23:27:52 +0000 Subject: [PATCH 017/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index aba29e5de..86e2e943c 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.2.43 +version: 0.2.44 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 6e2bbc969..ecea3f2eb 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.2.46 + tag: 0.2.47 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 4796932d76b01188ec1398dd2baef172e628ed85 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 7 Mar 2023 21:26:30 +0000 Subject: [PATCH 018/205] chore: Update key "image.files.tag" from file "/tmp/updatecli/github/... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 122 +++++++++++++++++----------------- 2 files changed, 62 insertions(+), 62 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 5128850fb..58bddd9a9 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.30.0 +version: 0.31.0 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index ee1a2d8ad..9619f06e2 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -3,26 +3,26 @@ # Declare variables to be passed into your templates. replicaCount: - mirrorbits: 1 - files: 1 + mirrorbits: 1 + files: 1 image: - mirrorbits: - repository: jenkinsciinfra/mirrorbits - tag: "0.1.70" - pullPolicy: Always - files: - repository: httpd@sha256 - tag: 55e1118da373ce349be524e344be08bebddf0139b14916729175426fff73f88a - pullPolicy: Always + mirrorbits: + repository: jenkinsciinfra/mirrorbits + tag: "0.1.70" + pullPolicy: Always + files: + repository: httpd@sha256 + tag: 3a841b1f4de100463e4d7269e32666f8a24260a6b675d8384b17b8e8b165f0b7 + pullPolicy: Always imagePullSecrets: [] nameOverride: "" fullnameOverride: "" serviceAccount: - # Specifies whether a service account should be created - create: false - # The name of the service account to use. - # If not set and create is true, a name is generated using the fullname template - name: + # Specifies whether a service account should be created + create: false + # The name of the service account to use. + # If not set and create is true, a name is generated using the fullname template + name: podSecurityContext: {} # fsGroup: 2000 @@ -35,30 +35,30 @@ securityContext: {} # runAsUser: 1000 service: + type: ClusterIP + port: 80 + files: type: ClusterIP port: 80 - files: - type: ClusterIP - port: 80 ingress: - enabled: false - className: "" - annotations: {} - # kubernetes.io/tls-acme: "true" - hosts: - - host: chart-example.local - paths: - - path: / - serviceNameSuffix: files - - path: /.*[.](deb|hpi|war|rpm|msi|pkg|sha256|md5sum|zip|gz|pdf|json|svg|sh|jpeg|ico|png|html)$ - - host: fallback.chart-example.local - paths: - - path: / - serviceNameSuffix: files - tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local + enabled: false + className: "" + annotations: {} + # kubernetes.io/tls-acme: "true" + hosts: + - host: chart-example.local + paths: + - path: / + serviceNameSuffix: files + - path: /.*[.](deb|hpi|war|rpm|msi|pkg|sha256|md5sum|zip|gz|pdf|json|svg|sh|jpeg|ico|png|html)$ + - host: fallback.chart-example.local + paths: + - path: / + serviceNameSuffix: files + tls: [] + # - secretName: chart-example-tls + # hosts: + # - chart-example.local resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little @@ -75,30 +75,30 @@ nodeSelector: {} tolerations: [] affinity: {} geoipupdate: - image: - repository: maxmindinc/geoipupdate - tag: "v4.10.0" - #account_id: - #license_key: - editions: GeoLite2-ASN GeoLite2-City GeoLite2-Country - update_frequency: 24 + image: + repository: maxmindinc/geoipupdate + tag: "v4.10.0" + #account_id: + #license_key: + editions: GeoLite2-ASN GeoLite2-City GeoLite2-Country + update_frequency: 24 mirrorbits: - # Accept the mirrorbits.conf data - conf: | - Repository: /srv/repo - Templates: /usr/share/mirrorbits/templates - RedisAddress: mirrors-redis-master:6379 + # Accept the mirrorbits.conf data + conf: | + Repository: /srv/repo + Templates: /usr/share/mirrorbits/templates + RedisAddress: mirrors-redis-master:6379 repository: - name: mirrorbits-binary - persistentVolumeClaim: - enabled: false - # spec hold persistentVolumeClaim spec - spec: {} - persistentVolume: - enabled: false - # spec hold persistentVolume spec - spec: {} - secrets: - enabled: false - # data hold secrets data used by persistentVolume - data: {} + name: mirrorbits-binary + persistentVolumeClaim: + enabled: false + # spec hold persistentVolumeClaim spec + spec: {} + persistentVolume: + enabled: false + # spec hold persistentVolume spec + spec: {} + secrets: + enabled: false + # data hold secrets data used by persistentVolume + data: {} From e34b8670af83429b6d0eb6f9c0d96c3c1ee39c46 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 7 Mar 2023 21:26:32 +0000 Subject: [PATCH 019/205] chore: Update key "image.mirrorbits.tag" from file "/tmp/updatecli/gi... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... thub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 58bddd9a9..9135563d0 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.31.0 +version: 0.31.1 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 9619f06e2..2897aad2c 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -8,7 +8,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: "0.1.70" + tag: "0.1.71" pullPolicy: Always files: repository: httpd@sha256 From 328eb44230f527d165edc0e994875e4c11f778fd Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 8 Mar 2023 23:27:07 +0000 Subject: [PATCH 020/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 42 +++++++++++++++++------------------ 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 86e2e943c..512f1267b 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.2.44 +version: 0.2.45 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index ecea3f2eb..3c8676874 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -4,18 +4,18 @@ replicaCount: 1 image: - repository: jenkinsciinfra/account-app - tag: 0.2.47 + repository: jenkinsciinfra/account-app + tag: 0.2.48 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" service: - type: ClusterIP - port: 8080 + type: ClusterIP + port: 8080 # Please define ingress settings into environment variable ingress: - enabled: true - className: "" + enabled: true + className: "" # annotations: # "cert-manager.io/cluster-issuer": "letsencrypt-prod" # "nginx.ingress.kubernetes.io/proxy-body-size": "500m" @@ -45,24 +45,24 @@ nodeSelector: {} tolerations: [] affinity: {} ldap: - url: ldaps://ldap.jenkins.io:636/ - managerDn: cn=admin,dc=jenkins-ci,dc=org - newUserBaseDn: ou=people,dc=jenkins-ci,dc=org - password: + url: ldaps://ldap.jenkins.io:636/ + managerDn: cn=admin,dc=jenkins-ci,dc=org + newUserBaseDn: ou=people,dc=jenkins-ci,dc=org + password: jira: - username: accountapp - password: - url: https://issues.jenkins.io/ + username: accountapp + password: + url: https://issues.jenkins.io/ seats: 2 seniority: 12 smtp: - auth: true - server: smtp.sendgrid.net - user: - password: + auth: true + server: smtp.sendgrid.net + user: + password: appUrl: https://accounts.jenkins.io election: - open: 1970-01-01 - close: 1970-01-02 - logDir: /var/log/accountapp/elections - candidates: bob,alice + open: 1970-01-01 + close: 1970-01-02 + logDir: /var/log/accountapp/elections + candidates: bob,alice From a37cc8cdb7413c5cf9c295d8cdd30b2a19d20497 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 10 Mar 2023 04:26:57 +0000 Subject: [PATCH 021/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 64 ++++++++++++++++++++--------------------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index 7be96ee77..64372c647 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.3.63 +version: 0.3.64 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index 0086a3bf7..cfa201e1a 100644 --- a/charts/wiki/values.yaml +++ b/charts/wiki/values.yaml @@ -4,21 +4,21 @@ replicaCount: 1 image: - repository: jenkinsciinfra/wiki - pullPolicy: IfNotPresent - # Overrides the image tag whose default is the chart appVersion. - tag: "0.0.111" + repository: jenkinsciinfra/wiki + pullPolicy: IfNotPresent + # Overrides the image tag whose default is the chart appVersion. + tag: "0.0.112" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" serviceAccount: - # Specifies whether a service account should be created - create: true - # Annotations to add to the service account - annotations: {} - # The name of the service account to use. - # If not set and create is true, a name is generated using the fullname template - name: "" + # Specifies whether a service account should be created + create: true + # Annotations to add to the service account + annotations: {} + # The name of the service account to use. + # If not set and create is true, a name is generated using the fullname template + name: "" podAnnotations: {} podSecurityContext: {} # fsGroup: 2000 @@ -32,23 +32,23 @@ securityContext: {} # runAsUser: 1000 service: - type: ClusterIP - port: 80 + type: ClusterIP + port: 80 ingress: - enabled: false - className: "" - annotations: {} - # kubernetes.io/ingress.class: nginx - # kubernetes.io/tls-acme: "true" - hosts: - - host: chart-example.local - paths: - - path: / - pathType: ImplementationSpecific - tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local + enabled: false + className: "" + annotations: {} + # kubernetes.io/ingress.class: nginx + # kubernetes.io/tls-acme: "true" + hosts: + - host: chart-example.local + paths: + - path: / + pathType: ImplementationSpecific + tls: [] + # - secretName: chart-example-tls + # hosts: + # - chart-example.local resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little @@ -62,11 +62,11 @@ resources: {} # memory: 128Mi autoscaling: - enabled: false - minReplicas: 1 - maxReplicas: 100 - targetCPUUtilizationPercentage: 80 - # targetMemoryUtilizationPercentage: 80 + enabled: false + minReplicas: 1 + maxReplicas: 100 + targetCPUUtilizationPercentage: 80 + # targetMemoryUtilizationPercentage: 80 nodeSelector: {} tolerations: [] affinity: {} From 8df1e0e0cde77ae98f72b8e701901d392283fce2 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 13:05:13 +0100 Subject: [PATCH 022/205] Bump `accountapp` docker image version to 0.2.49 (#445) Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 512f1267b..a52eba796 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.2.45 +version: 0.2.46 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 3c8676874..bc978f497 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.2.48 + tag: 0.2.49 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 610386be7c9aff49f62f3e8eec83d6c9c39eedc5 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 16:43:25 +0100 Subject: [PATCH 023/205] Bump `accountapp` docker image version to 0.2.53 (#447) Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index a52eba796..979bbe990 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.2.46 +version: 0.2.49 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index bc978f497..c69dd9f96 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.2.49 + tag: 0.2.53 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 96ec7f7c31452512d47b7cbf21cd8e19f2ae98fe Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 16:43:55 +0100 Subject: [PATCH 024/205] Bump `mirrorbits` docker images and helm chart versions (#446)Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... thub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 9135563d0..7b9ebb614 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.31.1 +version: 0.31.2 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 2897aad2c..d2310af97 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -8,7 +8,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: "0.1.71" + tag: "0.1.72" pullPolicy: Always files: repository: httpd@sha256 From e453df386e5b8847055bc7d9ba4918eaa828da31 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 15 Mar 2023 20:25:52 +0000 Subject: [PATCH 025/205] chore: Update key "geoipupdate.image.tag" from file "/tmp/updatecli/g... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ithub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 7b9ebb614..53a8f01a2 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.31.2 +version: 0.32.0 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index d2310af97..01751bbcd 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -77,7 +77,7 @@ affinity: {} geoipupdate: image: repository: maxmindinc/geoipupdate - tag: "v4.10.0" + tag: "v4.11.0" #account_id: #license_key: editions: GeoLite2-ASN GeoLite2-City GeoLite2-Country From 89c67d8d8695c328bffc668b8ecf4d789266da1c Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 15 Mar 2023 23:26:25 +0000 Subject: [PATCH 026/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 979bbe990..6465eff64 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.2.49 +version: 0.2.50 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index c69dd9f96..96e28dfa5 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.2.53 + tag: 0.2.54 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 5c013b0c62afc8d1c6070930a22feaa9e8eb6555 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Thu, 16 Mar 2023 08:25:27 +0000 Subject: [PATCH 027/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 6465eff64..d3aa18526 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.2.50 +version: 0.2.51 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 96e28dfa5..52f94c9aa 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.2.54 + tag: 0.2.55 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 1480ee5e33c0bb670f7d83abb6cb1741b77fb1e7 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Thu, 16 Mar 2023 15:25:20 +0000 Subject: [PATCH 028/205] chore: Update key "geoipupdate.image.tag" from file "/tmp/updatecli/g... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ithub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 53a8f01a2..5d6b81c48 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.32.0 +version: 0.33.0 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 01751bbcd..248ef940e 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -77,7 +77,7 @@ affinity: {} geoipupdate: image: repository: maxmindinc/geoipupdate - tag: "v4.11.0" + tag: "v4.11.1" #account_id: #license_key: editions: GeoLite2-ASN GeoLite2-City GeoLite2-Country From 4fa10e0df1fb3c9ba2c0a32181e38e3692542ac7 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 17 Mar 2023 04:25:39 +0000 Subject: [PATCH 029/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index 64372c647..fb8ff118e 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.3.64 +version: 0.3.65 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index cfa201e1a..ff154d0ec 100644 --- a/charts/wiki/values.yaml +++ b/charts/wiki/values.yaml @@ -7,7 +7,7 @@ image: repository: jenkinsciinfra/wiki pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.0.112" + tag: "0.0.113" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 3c425adfb6ea6e14c8cf325ff9af7236eddf3bbb Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 17 Mar 2023 10:31:59 +0000 Subject: [PATCH 030/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/plugin-health-scoring/values.yaml" Made with ❤️️ by updatecli --- charts/plugin-health-scoring/Chart.yaml | 2 +- charts/plugin-health-scoring/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/plugin-health-scoring/Chart.yaml b/charts/plugin-health-scoring/Chart.yaml index 6f35c2f4e..5f105977c 100644 --- a/charts/plugin-health-scoring/Chart.yaml +++ b/charts/plugin-health-scoring/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 description: A Helm chart for Kubernetes name: plugin-health-scoring type: application -version: 2.0.7 +version: 2.0.8 diff --git a/charts/plugin-health-scoring/values.yaml b/charts/plugin-health-scoring/values.yaml index c086876db..5d512798b 100644 --- a/charts/plugin-health-scoring/values.yaml +++ b/charts/plugin-health-scoring/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: "jenkinsciinfra/plugin-health-scoring" pullPolicy: IfNotPresent - tag: "v1.9.0" + tag: "v2.0.0" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 123fc7247b4b6cf0ffda53e1a4582edf0c7e1a65 Mon Sep 17 00:00:00 2001 From: Adrien Lecharpentier Date: Fri, 17 Mar 2023 15:01:02 +0100 Subject: [PATCH 031/205] Bump chart version to 2.1.0 --- charts/plugin-health-scoring/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/plugin-health-scoring/Chart.yaml b/charts/plugin-health-scoring/Chart.yaml index 5f105977c..2a260f120 100644 --- a/charts/plugin-health-scoring/Chart.yaml +++ b/charts/plugin-health-scoring/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 description: A Helm chart for Kubernetes name: plugin-health-scoring type: application -version: 2.0.8 +version: 2.1.0 From 5ace8343d7b9b9a06eb9c8ec4b14869f5856d643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Tue, 21 Mar 2023 17:36:50 +0100 Subject: [PATCH 032/205] chore(env-jenkins-release): set storage class --- charts/env-jenkins-release/templates/core-packages.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/env-jenkins-release/templates/core-packages.yaml b/charts/env-jenkins-release/templates/core-packages.yaml index 4c317d91c..eb59c6042 100644 --- a/charts/env-jenkins-release/templates/core-packages.yaml +++ b/charts/env-jenkins-release/templates/core-packages.yaml @@ -17,6 +17,7 @@ metadata: labels: data: binary spec: + storageClassName: azurefile-csi-premium capacity: storage: 100Gi accessModes: @@ -40,7 +41,7 @@ kind: PersistentVolumeClaim metadata: name: binary-core-packages spec: - storageClassName: "" + storageClassName: azurefile-csi-premium accessModes: - ReadWriteMany resources: @@ -58,6 +59,7 @@ metadata: labels: data: pkgsite spec: + storageClassName: azurefile-csi-premium capacity: storage: 100Gi accessModes: @@ -81,7 +83,7 @@ kind: PersistentVolumeClaim metadata: name: website-core-packages spec: - storageClassName: "" + storageClassName: azurefile-csi-premium accessModes: - ReadWriteMany resources: From cfa4d0e8fa320fb1a0f1edb2332592a271b064fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Tue, 21 Mar 2023 17:38:03 +0100 Subject: [PATCH 033/205] Update chart version --- charts/env-jenkins-release/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/env-jenkins-release/Chart.yaml b/charts/env-jenkins-release/Chart.yaml index 0a1344725..481135a69 100644 --- a/charts/env-jenkins-release/Chart.yaml +++ b/charts/env-jenkins-release/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: Jenkins Release Environment Chart name: env-jenkins-release -version: 0.1.2 +version: 0.2.0 From f7e1635862978fd4ac81eb29082aa16d75aec969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= Date: Tue, 21 Mar 2023 18:12:43 +0100 Subject: [PATCH 034/205] complete --- .../templates/core-packages.yaml | 50 +++++++++++-------- charts/env-jenkins-release/values.yaml | 2 + 2 files changed, 30 insertions(+), 22 deletions(-) diff --git a/charts/env-jenkins-release/templates/core-packages.yaml b/charts/env-jenkins-release/templates/core-packages.yaml index eb59c6042..69030bd67 100644 --- a/charts/env-jenkins-release/templates/core-packages.yaml +++ b/charts/env-jenkins-release/templates/core-packages.yaml @@ -14,19 +14,24 @@ apiVersion: v1 kind: PersistentVolume metadata: name: binary-core-packages - labels: - data: binary spec: - storageClassName: azurefile-csi-premium + storageClassName: {{ .Values.corePackages.storageClass }} capacity: storage: 100Gi accessModes: - ReadWriteMany - azureFile: - secretName: core-packages - secretNamespace: {{ .Release.Namespace }} - shareName: {{ .Values.corePackages.shareName }} + persistentVolumeReclaimPolicy: Retain + storageClassName: {{ .Values.corePackages.storageClass }} + csi: + driver: file.csi.azure.com readOnly: false + volumeHandle: binary-core-packages # make sure this volumeid is unique for every identical share in the cluster + volumeAttributes: + resourceGroup: {{ .Values.corePackages.blobResourceGroupName }} + shareName: {{ .Values.corePackages.shareName }} + nodeStageSecretRef: + name: core-packages + namespace: {{ .Release.Namespace }} mountOptions: - dir_mode=0777 - file_mode=0777 @@ -41,34 +46,37 @@ kind: PersistentVolumeClaim metadata: name: binary-core-packages spec: - storageClassName: azurefile-csi-premium + storageClassName: {{ .Values.corePackages.storageClass }} + volumeName: binary-core-packages accessModes: - ReadWriteMany resources: requests: storage: 100Gi - selector: - matchLabels: - data: "binary" --- apiVersion: v1 kind: PersistentVolume metadata: name: website-core-packages - labels: - data: pkgsite spec: - storageClassName: azurefile-csi-premium + storageClassName: {{ .Values.corePackages.storageClass }} capacity: storage: 100Gi accessModes: - ReadWriteMany - azureFile: - secretName: core-packages - secretNamespace: {{ .Release.Namespace }} - shareName: {{ .Values.corePackages.websiteShareName }} + persistentVolumeReclaimPolicy: Retain + storageClassName: {{ .Values.corePackages.storageClass }} + csi: + driver: file.csi.azure.com readOnly: false + volumeHandle: website-core-packages # make sure this volumeid is unique for every identical share in the cluster + volumeAttributes: + resourceGroup: {{ .Values.corePackages.blobResourceGroupName }} + shareName: {{ .Values.corePackages.websiteShareName }} + nodeStageSecretRef: + name: core-packages + namespace: {{ .Release.Namespace }} mountOptions: - dir_mode=0777 - file_mode=0777 @@ -83,13 +91,11 @@ kind: PersistentVolumeClaim metadata: name: website-core-packages spec: - storageClassName: azurefile-csi-premium + storageClassName: {{ .Values.corePackages.storageClass }} + volumeName: website-core-packages accessModes: - ReadWriteMany resources: requests: storage: 100Gi - selector: - matchLabels: - data: "pkgsite" {{ end }} diff --git a/charts/env-jenkins-release/values.yaml b/charts/env-jenkins-release/values.yaml index e24c75a0b..01d2f84c1 100644 --- a/charts/env-jenkins-release/values.yaml +++ b/charts/env-jenkins-release/values.yaml @@ -2,5 +2,7 @@ corePackages: enabled: false storageAccountName: 'name' storageAccountKey: 'key' + storageClass: azurefile-csi-premium shareName: 'shareName' websiteShareName: 'website' + blobResourceGroupName: prodreleasecore From 29fbd6e57d4c9f8f368d943e501ca2ca22495c89 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 21 Mar 2023 21:25:48 +0000 Subject: [PATCH 035/205] chore: Update key "image.mirrorbits.tag" from file "/tmp/updatecli/gi... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... thub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 5d6b81c48..9529abd15 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.33.0 +version: 0.33.1 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 248ef940e..2d27253f9 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -8,7 +8,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: "0.1.72" + tag: "0.1.73" pullPolicy: Always files: repository: httpd@sha256 From 1a5b88625dc22301057435963ca1460cd999c1ee Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 22 Mar 2023 23:26:09 +0000 Subject: [PATCH 036/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index d3aa18526..837ef643b 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.2.51 +version: 0.2.52 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 52f94c9aa..127e40aaa 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.2.55 + tag: 0.2.56 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From b3972344e6fd0bfc880e7df4689f6b14adf21aee Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Thu, 23 Mar 2023 10:27:39 +0000 Subject: [PATCH 037/205] chore: Update key "image.files.tag" from file "/tmp/updatecli/github/... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 9529abd15..fcdff9ac7 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.33.1 +version: 0.34.0 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 2d27253f9..7d8335369 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -12,7 +12,7 @@ image: pullPolicy: Always files: repository: httpd@sha256 - tag: 3a841b1f4de100463e4d7269e32666f8a24260a6b675d8384b17b8e8b165f0b7 + tag: 57b550dabe7be9a0af9a5cad02636c050a43522241cb5c6048e87240b9c15001 pullPolicy: Always imagePullSecrets: [] nameOverride: "" From 9c9a9b44491e6d4c30748c94b7bcb9672d7949a6 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 24 Mar 2023 04:25:34 +0000 Subject: [PATCH 038/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index fb8ff118e..8ad5082e3 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.3.65 +version: 0.3.66 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index ff154d0ec..c8b55138a 100644 --- a/charts/wiki/values.yaml +++ b/charts/wiki/values.yaml @@ -7,7 +7,7 @@ image: repository: jenkinsciinfra/wiki pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.0.113" + tag: "0.0.114" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From b27944f10fddb84e5ce3e86d4144faf7795c7b92 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 24 Mar 2023 11:25:19 +0000 Subject: [PATCH 039/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/plugin-health-scoring/values.yaml" Made with ❤️️ by updatecli --- charts/plugin-health-scoring/Chart.yaml | 2 +- charts/plugin-health-scoring/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/plugin-health-scoring/Chart.yaml b/charts/plugin-health-scoring/Chart.yaml index 2a260f120..2a316a832 100644 --- a/charts/plugin-health-scoring/Chart.yaml +++ b/charts/plugin-health-scoring/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 description: A Helm chart for Kubernetes name: plugin-health-scoring type: application -version: 2.1.0 +version: 2.1.1 diff --git a/charts/plugin-health-scoring/values.yaml b/charts/plugin-health-scoring/values.yaml index 5d512798b..a93130fdf 100644 --- a/charts/plugin-health-scoring/values.yaml +++ b/charts/plugin-health-scoring/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: "jenkinsciinfra/plugin-health-scoring" pullPolicy: IfNotPresent - tag: "v2.0.0" + tag: "v2.0.1" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From d147f169ca7af7d332370973a08afcda68eb514b Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 24 Mar 2023 17:48:41 +0000 Subject: [PATCH 040/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index 8ad5082e3..253cb070c 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.3.66 +version: 0.3.67 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index c8b55138a..adde856be 100644 --- a/charts/wiki/values.yaml +++ b/charts/wiki/values.yaml @@ -7,7 +7,7 @@ image: repository: jenkinsciinfra/wiki pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.0.114" + tag: "0.0.115" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 74f55de85e974743694fa16044388f1ba35cae11 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 24 Mar 2023 18:26:50 +0000 Subject: [PATCH 041/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 837ef643b..a4ab05ac1 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.2.52 +version: 0.2.53 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 127e40aaa..8d13dab08 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.2.56 + tag: 0.2.57 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 3e653f6766054daba703dd824e11958183c44f74 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 24 Mar 2023 18:27:00 +0000 Subject: [PATCH 042/205] chore: Update key "image.mirrorbits.tag" from file "/tmp/updatecli/gi... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... thub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index fcdff9ac7..cc31b81f5 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.34.0 +version: 0.34.1 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 7d8335369..666efce01 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -8,7 +8,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: "0.1.73" + tag: "0.1.74" pullPolicy: Always files: repository: httpd@sha256 From 79c8be412b790b2c64e46132dd880e292057dd84 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 24 Mar 2023 21:24:56 +0000 Subject: [PATCH 043/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index a4ab05ac1..7bfbfc51b 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.2.53 +version: 0.2.54 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 8d13dab08..2d5e4efcb 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.2.57 + tag: 0.2.59 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From b3b12ad4125f5d09d8d027f6873c535644ba1d3d Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 24 Mar 2023 22:24:56 +0000 Subject: [PATCH 044/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 7bfbfc51b..566e7b5ca 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.2.54 +version: 0.2.55 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 2d5e4efcb..d9e919ad1 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.2.59 + tag: 0.2.60 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 66a541fa351356606e30c5bdca7d3ca7a8fec947 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Mon, 27 Mar 2023 08:25:20 +0000 Subject: [PATCH 045/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 566e7b5ca..42990d6f8 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.2.55 +version: 0.2.56 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index d9e919ad1..7af263b15 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.2.60 + tag: 0.2.61 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 6340acaea00afea479e47990b84dede9c2ef8977 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 28 Mar 2023 21:25:30 +0000 Subject: [PATCH 046/205] chore: Update key "image.mirrorbits.tag" from file "/tmp/updatecli/gi... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... thub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index cc31b81f5..d6618a8b3 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.34.1 +version: 0.34.2 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 666efce01..b0f2371fc 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -8,7 +8,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: "0.1.74" + tag: "0.1.75" pullPolicy: Always files: repository: httpd@sha256 From 771c1c2b00daabd697748a2c618745e757a41521 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 17:29:33 +0200 Subject: [PATCH 047/205] Bump `accountapp` docker image version to 0.2.63 (#463) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli * chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 42990d6f8..09933a424 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.2.56 +version: 0.2.58 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 7af263b15..4dd640148 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.2.61 + tag: 0.2.63 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From b041e70256f653207f04c68fee6e33cb551a66f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Wed, 29 Mar 2023 17:49:29 +0200 Subject: [PATCH 048/205] Update Chart.yaml (#465) --- charts/accountapp/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 09933a424..ffad1256e 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.2.58 +version: 0.2.63 From 03e9f2417ed0004de9768abb370a5cb176c928f9 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 29 Mar 2023 18:25:54 +0000 Subject: [PATCH 049/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/plugin-health-scoring/values.yaml" Made with ❤️️ by updatecli --- charts/plugin-health-scoring/Chart.yaml | 2 +- charts/plugin-health-scoring/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/plugin-health-scoring/Chart.yaml b/charts/plugin-health-scoring/Chart.yaml index 2a316a832..d49637d25 100644 --- a/charts/plugin-health-scoring/Chart.yaml +++ b/charts/plugin-health-scoring/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 description: A Helm chart for Kubernetes name: plugin-health-scoring type: application -version: 2.1.1 +version: 2.1.2 diff --git a/charts/plugin-health-scoring/values.yaml b/charts/plugin-health-scoring/values.yaml index a93130fdf..37c61acd4 100644 --- a/charts/plugin-health-scoring/values.yaml +++ b/charts/plugin-health-scoring/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: "jenkinsciinfra/plugin-health-scoring" pullPolicy: IfNotPresent - tag: "v2.0.1" + tag: "v2.1.0" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 9ecf9b7a92147833ef8132eb4d7dece02edf1d80 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 29 Mar 2023 23:31:15 +0000 Subject: [PATCH 050/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index ffad1256e..d2d142892 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.2.63 +version: 0.2.64 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 4dd640148..2d7cf1641 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.2.63 + tag: 0.2.65 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From b63ea4cfa80ca7939de3ca88ce0308f0e7a91f3b Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 08:24:59 +0000 Subject: [PATCH 051/205] Bump `accountapp` docker image version to 0.2.66 (#468) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> Co-authored-by: Hervé Le Meur <91831478+lemeurherve@users.noreply.github.com> --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index d2d142892..3d1e6c729 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.2.64 +version: 0.2.66 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 2d7cf1641..72a0d25d3 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.2.65 + tag: 0.2.66 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From cd7ba07aceba0e7e7b12ed8a50ae51e34c72af92 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 31 Mar 2023 04:26:42 +0000 Subject: [PATCH 052/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index 253cb070c..96e099287 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.3.67 +version: 0.3.68 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index adde856be..a0944cb69 100644 --- a/charts/wiki/values.yaml +++ b/charts/wiki/values.yaml @@ -7,7 +7,7 @@ image: repository: jenkinsciinfra/wiki pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.0.115" + tag: "0.0.116" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 633e5946eef4527f53afcc87d718d8a083b39ca0 Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Tue, 4 Apr 2023 10:51:46 +0200 Subject: [PATCH 053/205] feat(acp) enable async IO except for file larger than 10Mb (#471) --- .../templates/nginx-default-configmap.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/charts/artifact-caching-proxy/templates/nginx-default-configmap.yaml b/charts/artifact-caching-proxy/templates/nginx-default-configmap.yaml index a1fda5022..8f275e7ce 100644 --- a/charts/artifact-caching-proxy/templates/nginx-default-configmap.yaml +++ b/charts/artifact-caching-proxy/templates/nginx-default-configmap.yaml @@ -32,9 +32,14 @@ data: # Optimize IO workload for static files # https://docs.nginx.com/nginx/admin-guide/web-server/serving-static-content/#enabling-sendfile # https://www.sobyte.net/post/2022-08/nginx-send/ - sendfile on; - sendfile_max_chunk 1m; # Limits chunks to 1 Megabytes; - tcp_nopush on; + # https://hub.packtpub.com/fine-tune-nginx-configufine-tune-nginx-configurationfine-tune-nginx-configurationratio/ + sendfile on; + sendfile_max_chunk 2m; + tcp_nopush on; + tcp_nodelay on; + aio on; + directio 10m; + directio_alignment 4096; keepalive_timeout 65; From 91de98f5ae2a6e7d746a931af26828e1bddc1b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Tue, 4 Apr 2023 10:57:14 +0200 Subject: [PATCH 054/205] chore(acp): bump chart version (#472) --- charts/artifact-caching-proxy/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/artifact-caching-proxy/Chart.yaml b/charts/artifact-caching-proxy/Chart.yaml index d4bf2a5bb..fdcc792d5 100644 --- a/charts/artifact-caching-proxy/Chart.yaml +++ b/charts/artifact-caching-proxy/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 description: artifact-caching-proxy is a Nginx caching proxy in front of repo.jenkins-ci.org name: artifact-caching-proxy type: application -version: 0.10.3 +version: 0.10.4 From fe9065888d7f50230f55795cb7dc759dfeada990 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 4 Apr 2023 21:25:04 +0000 Subject: [PATCH 055/205] chore: Update key "image.mirrorbits.tag" from file "/tmp/updatecli/gi... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... thub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index d6618a8b3..4999b9b49 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.34.2 +version: 0.34.3 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index b0f2371fc..e045283d1 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -8,7 +8,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: "0.1.75" + tag: "0.1.76" pullPolicy: Always files: repository: httpd@sha256 From 8f4e4b6a013014cb74bf50592738ef89898998f4 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Wed, 5 Apr 2023 16:05:11 +0200 Subject: [PATCH 056/205] Update nginx GPG key rewrite --- charts/jenkinsio/templates/nginx-configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/jenkinsio/templates/nginx-configmap.yaml b/charts/jenkinsio/templates/nginx-configmap.yaml index 60f19ea5f..99845bb95 100644 --- a/charts/jenkinsio/templates/nginx-configmap.yaml +++ b/charts/jenkinsio/templates/nginx-configmap.yaml @@ -72,7 +72,7 @@ data: # Probably not needed but, rating code moved a while ago rewrite ^/rate/(.*) https://rating.jenkins.io/$1 permanent; rewrite ^/census/(.*) https://census.jenkins.io/$1 permanent; - rewrite ^/jenkins-ci.org.key$ https://pkg.jenkins.io/redhat/jenkins.io.key permanent; + rewrite ^/jenkins-ci.org.key$ https://pkg.jenkins.io/redhat/jenkins.io-2023.key permanent; # permalinks # - this one is referenced from 1.395.1 "sign post" release From d668449e10df79d9506be31d8d3422c84cbe85ce Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Wed, 5 Apr 2023 16:34:57 +0200 Subject: [PATCH 057/205] Update Chart.yaml --- charts/jenkinsio/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/jenkinsio/Chart.yaml b/charts/jenkinsio/Chart.yaml index 872bd4a07..23ab906ed 100644 --- a/charts/jenkinsio/Chart.yaml +++ b/charts/jenkinsio/Chart.yaml @@ -3,4 +3,4 @@ description: A Helm chart for jenkins.io maintainers: - name: timja name: jenkinsio -version: 0.2.4 +version: 0.3.0 From f83d807bfa77a249942646c1bf4540f63f237721 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Thu, 6 Apr 2023 09:26:26 +0000 Subject: [PATCH 058/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/plugin-health-scoring/values.yaml" Made with ❤️️ by updatecli --- charts/plugin-health-scoring/Chart.yaml | 2 +- charts/plugin-health-scoring/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/plugin-health-scoring/Chart.yaml b/charts/plugin-health-scoring/Chart.yaml index d49637d25..6e7a8b30d 100644 --- a/charts/plugin-health-scoring/Chart.yaml +++ b/charts/plugin-health-scoring/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 description: A Helm chart for Kubernetes name: plugin-health-scoring type: application -version: 2.1.2 +version: 2.1.3 diff --git a/charts/plugin-health-scoring/values.yaml b/charts/plugin-health-scoring/values.yaml index 37c61acd4..893592a51 100644 --- a/charts/plugin-health-scoring/values.yaml +++ b/charts/plugin-health-scoring/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: "jenkinsciinfra/plugin-health-scoring" pullPolicy: IfNotPresent - tag: "v2.1.0" + tag: "v2.2.0" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From b589c761ced1fd8de0309fb9eb3853373816d854 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 15:23:37 +0000 Subject: [PATCH 059/205] Bump `accountapp` docker image version to 0.3.2 (#475) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> Co-authored-by: Hervé Le Meur <91831478+lemeurherve@users.noreply.github.com> --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 3d1e6c729..1ec4d6c91 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.2.66 +version: 0.3.0 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 72a0d25d3..0cc2200a6 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.2.66 + tag: 0.3.2 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From e48111a76594438596ee933584d5a9668ff0d885 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Thu, 6 Apr 2023 21:25:09 +0000 Subject: [PATCH 060/205] chore: Update key "image.files.tag" from file "/tmp/updatecli/github/... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 4999b9b49..cdaadbe6e 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.34.3 +version: 0.35.0 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index e045283d1..0927228fc 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -12,7 +12,7 @@ image: pullPolicy: Always files: repository: httpd@sha256 - tag: 57b550dabe7be9a0af9a5cad02636c050a43522241cb5c6048e87240b9c15001 + tag: 08ad58e94f2076237a8073a277575d3fa21f9cc4a1b0158143e4ae637f181658 pullPolicy: Always imagePullSecrets: [] nameOverride: "" From 1ec4735022ac9398cb81153d44f0bf8c93656f11 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 7 Apr 2023 04:25:30 +0000 Subject: [PATCH 061/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index 96e099287..0fb38785f 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.3.68 +version: 0.3.69 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index a0944cb69..25e602f6c 100644 --- a/charts/wiki/values.yaml +++ b/charts/wiki/values.yaml @@ -7,7 +7,7 @@ image: repository: jenkinsciinfra/wiki pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.0.116" + tag: "0.0.117" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From f9dc3f21f11c762fb1e337b47bba393d8b5e6e56 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 11 Apr 2023 21:25:47 +0000 Subject: [PATCH 062/205] chore: Update key "image.mirrorbits.tag" from file "/tmp/updatecli/gi... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... thub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index cdaadbe6e..ea5681817 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.35.0 +version: 0.35.1 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 0927228fc..601384f48 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -8,7 +8,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: "0.1.76" + tag: "0.1.77" pullPolicy: Always files: repository: httpd@sha256 From a18ec4a6eb54b0cdaf030a761535345c27054669 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 11 Apr 2023 21:25:54 +0000 Subject: [PATCH 063/205] chore: Update key "images.zh.tag" from file "/tmp/updatecli/github/je... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nkins-infra/helm-charts/charts/jenkinsio/values.yaml" Made with ❤️️ by updatecli --- charts/jenkinsio/Chart.yaml | 2 +- charts/jenkinsio/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/jenkinsio/Chart.yaml b/charts/jenkinsio/Chart.yaml index 23ab906ed..07c76a279 100644 --- a/charts/jenkinsio/Chart.yaml +++ b/charts/jenkinsio/Chart.yaml @@ -3,4 +3,4 @@ description: A Helm chart for jenkins.io maintainers: - name: timja name: jenkinsio -version: 0.3.0 +version: 0.3.1 diff --git a/charts/jenkinsio/values.yaml b/charts/jenkinsio/values.yaml index 9c2756b89..776d8a78e 100644 --- a/charts/jenkinsio/values.yaml +++ b/charts/jenkinsio/values.yaml @@ -10,7 +10,7 @@ images: pullPolicy: IfNotPresent zh: repository: nginx - tag: 1.22.1-alpine + tag: 1.24.0-alpine pullPolicy: IfNotPresent imagePullSecrets: [] nameOverride: "" From eeea5b51c62ab80f7b146e777df0a7c14c42ec43 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 11 Apr 2023 21:25:57 +0000 Subject: [PATCH 064/205] chore: Update key "images.en.tag" from file "/tmp/updatecli/github/je... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nkins-infra/helm-charts/charts/jenkinsio/values.yaml" Made with ❤️️ by updatecli --- charts/jenkinsio/Chart.yaml | 2 +- charts/jenkinsio/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/jenkinsio/Chart.yaml b/charts/jenkinsio/Chart.yaml index 07c76a279..270e33e22 100644 --- a/charts/jenkinsio/Chart.yaml +++ b/charts/jenkinsio/Chart.yaml @@ -3,4 +3,4 @@ description: A Helm chart for jenkins.io maintainers: - name: timja name: jenkinsio -version: 0.3.1 +version: 0.3.2 diff --git a/charts/jenkinsio/values.yaml b/charts/jenkinsio/values.yaml index 776d8a78e..ed7c161a4 100644 --- a/charts/jenkinsio/values.yaml +++ b/charts/jenkinsio/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 images: en: repository: nginx - tag: 1.22.1-alpine + tag: 1.24.0-alpine pullPolicy: IfNotPresent zh: repository: nginx From 7f56a42951790814aaf248450e24871318aff4aa Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 11 Apr 2023 21:25:59 +0000 Subject: [PATCH 065/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/javadoc/values.yaml" Made with ❤️️ by updatecli --- charts/javadoc/Chart.yaml | 2 +- charts/javadoc/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/javadoc/Chart.yaml b/charts/javadoc/Chart.yaml index b1adaf887..da83f6327 100644 --- a/charts/javadoc/Chart.yaml +++ b/charts/javadoc/Chart.yaml @@ -4,4 +4,4 @@ description: A Helm chart for javadoc.jenkins.io maintainers: - name: timja name: javadoc -version: 0.1.2 +version: 0.1.3 diff --git a/charts/javadoc/values.yaml b/charts/javadoc/values.yaml index 81cb351e7..bce29968f 100644 --- a/charts/javadoc/values.yaml +++ b/charts/javadoc/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: nginx - tag: 1.22.1-alpine + tag: 1.24.0-alpine pullPolicy: IfNotPresent imagePullSecrets: [] nameOverride: "" From 8dc68d03a713f1331db0053717dc9c24d46f818d Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 11 Apr 2023 21:26:01 +0000 Subject: [PATCH 066/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/artifact-caching-proxy/values.yaml" Made with ❤️️ by updatecli --- charts/artifact-caching-proxy/Chart.yaml | 2 +- charts/artifact-caching-proxy/values.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/artifact-caching-proxy/Chart.yaml b/charts/artifact-caching-proxy/Chart.yaml index fdcc792d5..b41d1a964 100644 --- a/charts/artifact-caching-proxy/Chart.yaml +++ b/charts/artifact-caching-proxy/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 description: artifact-caching-proxy is a Nginx caching proxy in front of repo.jenkins-ci.org name: artifact-caching-proxy type: application -version: 0.10.4 +version: 0.10.5 diff --git a/charts/artifact-caching-proxy/values.yaml b/charts/artifact-caching-proxy/values.yaml index cd8d4af7e..cb4c8d08d 100644 --- a/charts/artifact-caching-proxy/values.yaml +++ b/charts/artifact-caching-proxy/values.yaml @@ -7,7 +7,7 @@ image: repository: nginx pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.22.1-alpine" + tag: "1.24.0-alpine" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" @@ -64,7 +64,6 @@ datadog: enabled: true logCollection: enabled: true - nodeSelector: {} tolerations: [] affinity: {} From 3b6f63b5a0e2cda44d1e85b0622574562a9942b3 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 11 Apr 2023 21:26:03 +0000 Subject: [PATCH 067/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/reports/values.yaml" Made with ❤️️ by updatecli --- charts/reports/Chart.yaml | 2 +- charts/reports/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/reports/Chart.yaml b/charts/reports/Chart.yaml index b470ba315..015eb675f 100644 --- a/charts/reports/Chart.yaml +++ b/charts/reports/Chart.yaml @@ -4,4 +4,4 @@ description: A Helm chart for reports.jenkins.io maintainers: - name: timja name: reports -version: 0.1.2 +version: 0.1.3 diff --git a/charts/reports/values.yaml b/charts/reports/values.yaml index 297199d7a..0ef02c044 100644 --- a/charts/reports/values.yaml +++ b/charts/reports/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: nginx - tag: 1.22.1-alpine + tag: 1.24.0-alpine pullPolicy: IfNotPresent imagePullSecrets: [] nameOverride: "" From 124044761aabc972e6f7fbf59c5856b73358a46e Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 11 Apr 2023 21:26:05 +0000 Subject: [PATCH 068/205] chore: Update key "frontend.image.tag" from file "/tmp/updatecli/gith... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ub/jenkins-infra/helm-charts/charts/plugin-site/values.yaml" Made with ❤️️ by updatecli --- charts/plugin-site/Chart.yaml | 2 +- charts/plugin-site/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/plugin-site/Chart.yaml b/charts/plugin-site/Chart.yaml index 658a8b2a3..1f7e93533 100644 --- a/charts/plugin-site/Chart.yaml +++ b/charts/plugin-site/Chart.yaml @@ -5,4 +5,4 @@ maintainers: - name: timja - name: halkeye name: plugin-site -version: 0.0.8 +version: 0.0.9 diff --git a/charts/plugin-site/values.yaml b/charts/plugin-site/values.yaml index a8127d95a..e4bb4ad62 100644 --- a/charts/plugin-site/values.yaml +++ b/charts/plugin-site/values.yaml @@ -20,7 +20,7 @@ frontend: replicaCount: 2 image: repository: nginx - tag: 1.22.1-alpine + tag: 1.24.0-alpine pullPolicy: IfNotPresent port: 80 resources: From 2077f7ee7124b2465272a8a17840830e2cf47786 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 12 Apr 2023 02:27:03 +0000 Subject: [PATCH 069/205] chore: Update key "image.files.tag" from file "/tmp/updatecli/github/... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index ea5681817..be49cda12 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.35.1 +version: 0.36.0 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 601384f48..7cb6cf3d5 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -12,7 +12,7 @@ image: pullPolicy: Always files: repository: httpd@sha256 - tag: 08ad58e94f2076237a8073a277575d3fa21f9cc4a1b0158143e4ae637f181658 + tag: f34e8e25ee18da020633ef0b2bf7516d8cfdad5c5c4b0595d36e5cd78a098101 pullPolicy: Always imagePullSecrets: [] nameOverride: "" From 7d5dea725cbad6928beabf6337aed19b242ab4c6 Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Wed, 12 Apr 2023 08:02:07 +0200 Subject: [PATCH 070/205] Update charts/plugin-site/Chart.yaml --- charts/plugin-site/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/plugin-site/Chart.yaml b/charts/plugin-site/Chart.yaml index 1f7e93533..6d55e32b8 100644 --- a/charts/plugin-site/Chart.yaml +++ b/charts/plugin-site/Chart.yaml @@ -5,4 +5,4 @@ maintainers: - name: timja - name: halkeye name: plugin-site -version: 0.0.9 +version: 0.1.0 From ebb3ec15cac26554e2dbbda3a8c9b78ae87aa7e4 Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Wed, 12 Apr 2023 08:08:10 +0200 Subject: [PATCH 071/205] Update charts/artifact-caching-proxy/Chart.yaml --- charts/artifact-caching-proxy/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/artifact-caching-proxy/Chart.yaml b/charts/artifact-caching-proxy/Chart.yaml index b41d1a964..bb41c1a4d 100644 --- a/charts/artifact-caching-proxy/Chart.yaml +++ b/charts/artifact-caching-proxy/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 description: artifact-caching-proxy is a Nginx caching proxy in front of repo.jenkins-ci.org name: artifact-caching-proxy type: application -version: 0.10.5 +version: 0.11.0 From 1095596cb30af92d3ddfd4a8245b1258b09f9f60 Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Wed, 12 Apr 2023 08:08:17 +0200 Subject: [PATCH 072/205] Update charts/javadoc/Chart.yaml --- charts/javadoc/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/javadoc/Chart.yaml b/charts/javadoc/Chart.yaml index da83f6327..a79686139 100644 --- a/charts/javadoc/Chart.yaml +++ b/charts/javadoc/Chart.yaml @@ -4,4 +4,4 @@ description: A Helm chart for javadoc.jenkins.io maintainers: - name: timja name: javadoc -version: 0.1.3 +version: 0.2.0 From adc2a8f12ceada3d7dadc5d3e5a0da50d5ddcfec Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Wed, 12 Apr 2023 08:08:23 +0200 Subject: [PATCH 073/205] Update charts/jenkinsio/Chart.yaml --- charts/jenkinsio/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/jenkinsio/Chart.yaml b/charts/jenkinsio/Chart.yaml index 270e33e22..a796b158f 100644 --- a/charts/jenkinsio/Chart.yaml +++ b/charts/jenkinsio/Chart.yaml @@ -3,4 +3,4 @@ description: A Helm chart for jenkins.io maintainers: - name: timja name: jenkinsio -version: 0.3.2 +version: 0.4.0 From 362d9661df7984f7d12ae2bb63a0fce31e8d1ce5 Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Wed, 12 Apr 2023 08:08:30 +0200 Subject: [PATCH 074/205] Update charts/reports/Chart.yaml --- charts/reports/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/reports/Chart.yaml b/charts/reports/Chart.yaml index 015eb675f..a7d5053d8 100644 --- a/charts/reports/Chart.yaml +++ b/charts/reports/Chart.yaml @@ -4,4 +4,4 @@ description: A Helm chart for reports.jenkins.io maintainers: - name: timja name: reports -version: 0.1.3 +version: 0.2.0 From 0c513ab171610a6e9545370630f5d8de88d57cdd Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Wed, 12 Apr 2023 08:15:24 +0200 Subject: [PATCH 075/205] chore(tests) switch from quintush to helm-unittest Ref. https://github.com/quintush/helm-unittest/commit/e1455b0b825104c65af00eefec7f12bc6e77542e --- .github/workflows/test.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f782accc0..6a1278a6e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,14 +30,9 @@ jobs: - name: install helm unittests run: | helm env - # Repeat 2 times to fight against network errors in GHA runners - # Always return true - helm plugin install https://github.com/quintush/helm-unittest \ - || helm plugin install https://github.com/quintush/helm-unittest \ - || true - # Fail if not installed + helm plugin install https://github.com/quintush/helm-unittest helm plugin list | grep unittest - name: run unit tests working-directory: ./charts/ run: | - helm unittest --helm3 "${{ matrix.chart }}" + helm unittest "${{ matrix.chart }}" From b7e5ee2b1bfb28edcc798a33965db6f64ea999ca Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Wed, 12 Apr 2023 09:52:28 +0200 Subject: [PATCH 076/205] chore(tests) fix unittests jsonpath syntax - https://github.com/helm-unittest/helm-unittest/releases/tag/v0.3.0 Signed-off-by: Damien Duportal --- charts/artifact-caching-proxy/tests/defaults_test.yaml | 4 ++-- charts/httpredirector/tests/defaults_test.yaml | 6 +++--- charts/httpredirector/tests/withvalues_test.yaml | 4 ++-- charts/jenkins-jobs/tests/credentials_test.yaml | 4 ++-- charts/jenkins-jobs/tests/defaults_test.yaml | 6 +++--- charts/jenkins-jobs/tests/folders_test.yaml | 10 +++++----- charts/jenkins-jobs/tests/multibranch_job_test.yaml | 10 +++++----- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/charts/artifact-caching-proxy/tests/defaults_test.yaml b/charts/artifact-caching-proxy/tests/defaults_test.yaml index b3ef1e766..e1c2820a4 100644 --- a/charts/artifact-caching-proxy/tests/defaults_test.yaml +++ b/charts/artifact-caching-proxy/tests/defaults_test.yaml @@ -22,6 +22,6 @@ tests: - isKind: of: ConfigMap - isNotNull: - path: data.vhost-proxy\.conf + path: data["vhost-proxy.conf"] - isNotNull: - path: data.vhost-status\.conf + path: data["vhost-status.conf"] diff --git a/charts/httpredirector/tests/defaults_test.yaml b/charts/httpredirector/tests/defaults_test.yaml index a74d9ee1c..b1562daa0 100644 --- a/charts/httpredirector/tests/defaults_test.yaml +++ b/charts/httpredirector/tests/defaults_test.yaml @@ -13,13 +13,13 @@ tests: # The release name, default to "RELEASE-NAME" within helm-unittest value: RELEASE-NAME-localhost - equal: - path: metadata.annotations.[nginx.ingress.kubernetes.io/permanent-redirect] + path: metadata.annotations["nginx.ingress.kubernetes.io/permanent-redirect"] value: "http://demo.localhost.me" - equal: - path: metadata.annotations.[nginx.ingress.kubernetes.io/permanent-redirect-code] + path: metadata.annotations["nginx.ingress.kubernetes.io/permanent-redirect-code"] value: "308" - equal: - path: metadata.annotations.[cert-manager.io/cluster-issuer] + path: metadata.annotations["cert-manager.io/cluster-issuer"] value: "letsencrypt-prod" - equal: path: spec.rules[0].host diff --git a/charts/httpredirector/tests/withvalues_test.yaml b/charts/httpredirector/tests/withvalues_test.yaml index 6eca870bc..5d3891a90 100644 --- a/charts/httpredirector/tests/withvalues_test.yaml +++ b/charts/httpredirector/tests/withvalues_test.yaml @@ -18,10 +18,10 @@ tests: # The release name, default to "RELEASE-NAME" within helm-unittest value: RELEASE-NAME-domain - equal: - path: metadata.annotations.[nginx.ingress.kubernetes.io/permanent-redirect] + path: metadata.annotations["nginx.ingress.kubernetes.io/permanent-redirect"] value: "http://my.domain.com" - equal: - path: metadata.annotations.[nginx.ingress.kubernetes.io/permanent-redirect-code] + path: metadata.annotations["nginx.ingress.kubernetes.io/permanent-redirect-code"] value: "308" - equal: path: spec.rules[0].host diff --git a/charts/jenkins-jobs/tests/credentials_test.yaml b/charts/jenkins-jobs/tests/credentials_test.yaml index 35dca720f..35dde772b 100644 --- a/charts/jenkins-jobs/tests/credentials_test.yaml +++ b/charts/jenkins-jobs/tests/credentials_test.yaml @@ -1,4 +1,4 @@ -suite: default tests +suite: credentials tests templates: - jcasc-jobs-config.yaml tests: @@ -57,7 +57,7 @@ tests: stsTokenDuration: 300 asserts: - equal: - path: data.jobs-definition\.yaml + path: data["jobs-definition.yaml"] value: |- jobs: - script: > diff --git a/charts/jenkins-jobs/tests/defaults_test.yaml b/charts/jenkins-jobs/tests/defaults_test.yaml index d569603ac..da4bc75ea 100644 --- a/charts/jenkins-jobs/tests/defaults_test.yaml +++ b/charts/jenkins-jobs/tests/defaults_test.yaml @@ -25,7 +25,7 @@ tests: path: metadata.labels.jenkins-jenkins-config value: "true" - equal: - path: data.jobs-definition\.yaml + path: data["jobs-definition.yaml"] value: |- jobs: - script: > @@ -53,7 +53,7 @@ tests: path: metadata.labels.jenkins-jenkins-config value: "true" - equal: - path: data.custom-config\.yaml + path: data["custom-config.yaml"] value: |- jobs: - script: > @@ -81,7 +81,7 @@ tests: path: metadata.labels.admin-controller-jenkins-config value: "true" - equal: - path: data.jobs-definition\.yaml + path: data["jobs-definition.yaml"] value: |- jobs: - script: > diff --git a/charts/jenkins-jobs/tests/folders_test.yaml b/charts/jenkins-jobs/tests/folders_test.yaml index d03e56bfb..cd6ee22fb 100644 --- a/charts/jenkins-jobs/tests/folders_test.yaml +++ b/charts/jenkins-jobs/tests/folders_test.yaml @@ -1,4 +1,4 @@ -suite: default tests +suite: folder tests templates: - jcasc-jobs-config.yaml tests: @@ -10,7 +10,7 @@ tests: kind: folder asserts: - equal: - path: data.jobs-definition\.yaml + path: data["jobs-definition.yaml"] value: |- jobs: - script: > @@ -27,7 +27,7 @@ tests: kind: folder asserts: - equal: - path: data.jobs-definition\.yaml + path: data["jobs-definition.yaml"] value: |- jobs: - script: > @@ -53,7 +53,7 @@ tests: kind: folder asserts: - equal: - path: data.jobs-definition\.yaml + path: data["jobs-definition.yaml"] value: |- jobs: - script: > @@ -82,7 +82,7 @@ tests: name: Child Multibranch Job asserts: - equal: - path: data.jobs-definition\.yaml + path: data["jobs-definition.yaml"] value: |- jobs: - script: > diff --git a/charts/jenkins-jobs/tests/multibranch_job_test.yaml b/charts/jenkins-jobs/tests/multibranch_job_test.yaml index 7faf5dcd2..8cffad06a 100644 --- a/charts/jenkins-jobs/tests/multibranch_job_test.yaml +++ b/charts/jenkins-jobs/tests/multibranch_job_test.yaml @@ -1,4 +1,4 @@ -suite: default tests +suite: multibranch jobs tests templates: - jcasc-jobs-config.yaml tests: @@ -17,7 +17,7 @@ tests: name: Default Job asserts: - equal: - path: data.jobs-definition\.yaml + path: data["jobs-definition.yaml"] value: |- jobs: - script: > @@ -124,7 +124,7 @@ tests: kind: multibranchPipelineJob asserts: - equal: - path: data.jobs-definition\.yaml + path: data["jobs-definition.yaml"] value: |- jobs: - script: > @@ -234,7 +234,7 @@ tests: githubCredentialsId: the-force asserts: - equal: - path: data.jobs-definition\.yaml + path: data["jobs-definition.yaml"] value: |- jobs: - script: > @@ -344,7 +344,7 @@ tests: branchIncludes: "prod dev MR-*" asserts: - equal: - path: data.jobs-definition\.yaml + path: data["jobs-definition.yaml"] value: |- jobs: - script: > From dea3d318d6cbf16c42161decbfc50f7182daf768 Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Wed, 12 Apr 2023 11:47:00 +0200 Subject: [PATCH 077/205] code review: restore retry when installing (fighting GitHub CDN issues) Signed-off-by: Damien Duportal --- .github/workflows/test.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6a1278a6e..d578c26d6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,9 +28,16 @@ jobs: with: version: "${{ steps.tools-versions.outputs.CURRENT_HELM_VERSION }}" - name: install helm unittests + env: + HELM_UNITTESTS_URL: https://github.com/helm-unittest/helm-unittest run: | helm env - helm plugin install https://github.com/quintush/helm-unittest + # Repeat 2 times to fight against network errors in GHA runners + # Always return true + helm plugin install "$HELM_UNITTESTS_URL" \ + || helm plugin install "$HELM_UNITTESTS_URL" \ + || true + # Fail if not installed helm plugin list | grep unittest - name: run unit tests working-directory: ./charts/ From 58c238378bef6053128c0e0d7815c9fc92c8c5bc Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Wed, 12 Apr 2023 12:37:18 +0200 Subject: [PATCH 078/205] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Hervé Le Meur <91831478+lemeurherve@users.noreply.github.com> --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d578c26d6..579a53cbf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,14 +28,12 @@ jobs: with: version: "${{ steps.tools-versions.outputs.CURRENT_HELM_VERSION }}" - name: install helm unittests - env: - HELM_UNITTESTS_URL: https://github.com/helm-unittest/helm-unittest run: | helm env # Repeat 2 times to fight against network errors in GHA runners # Always return true - helm plugin install "$HELM_UNITTESTS_URL" \ - || helm plugin install "$HELM_UNITTESTS_URL" \ + helm plugin install https://github.com/helm-unittest/helm-unittest \ + || helm plugin install https://github.com/helm-unittest/helm-unittest \ || true # Fail if not installed helm plugin list | grep unittest From a77b3906f19cf664e42278ed2b460d018025d7ae Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Wed, 12 Apr 2023 14:23:51 +0200 Subject: [PATCH 079/205] fixup --- charts/httpredirector/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/httpredirector/Chart.yaml b/charts/httpredirector/Chart.yaml index 8460b844d..05ef6b1b3 100644 --- a/charts/httpredirector/Chart.yaml +++ b/charts/httpredirector/Chart.yaml @@ -15,4 +15,4 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.0 +version: 0.3.1 From 49ad6af4e74ded919e8c5d1a32780ea03d6c96cb Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 12 Apr 2023 20:27:56 +0000 Subject: [PATCH 080/205] chore: Update key "geoipupdate.image.tag" from file "/tmp/updatecli/g... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ithub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index be49cda12..5b1824102 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.36.0 +version: 0.37.0 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 7cb6cf3d5..405cd0ff6 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -77,7 +77,7 @@ affinity: {} geoipupdate: image: repository: maxmindinc/geoipupdate - tag: "v4.11.1" + tag: "v5.0.0" #account_id: #license_key: editions: GeoLite2-ASN GeoLite2-City GeoLite2-Country From b71cff92d1d70e8a60e9bc1b491c4205bddd0cde Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 12 Apr 2023 23:24:23 +0000 Subject: [PATCH 081/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 1ec4d6c91..4a17551ea 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.3.0 +version: 0.3.1 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 0cc2200a6..b402f62cb 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.3.2 + tag: 0.3.3 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 7b27659760cbd1133a7a5234a0d80b762a484925 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Thu, 13 Apr 2023 12:26:21 +0000 Subject: [PATCH 082/205] chore: Update key "geoipupdate.image.tag" from file "/tmp/updatecli/g... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ithub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 5b1824102..685884d76 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.37.0 +version: 0.38.0 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 405cd0ff6..4758cb8ef 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -77,7 +77,7 @@ affinity: {} geoipupdate: image: repository: maxmindinc/geoipupdate - tag: "v5.0.0" + tag: "v5.0.1" #account_id: #license_key: editions: GeoLite2-ASN GeoLite2-City GeoLite2-Country From 8e135d7ae3165b4be43d2f9d0067394e788322a3 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Thu, 13 Apr 2023 17:24:47 +0000 Subject: [PATCH 083/205] chore: Update key "geoipupdate.image.tag" from file "/tmp/updatecli/g... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ithub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 685884d76..ce5c129b3 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.38.0 +version: 0.39.0 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 4758cb8ef..779cdf366 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -77,7 +77,7 @@ affinity: {} geoipupdate: image: repository: maxmindinc/geoipupdate - tag: "v5.0.1" + tag: "v5.0.2" #account_id: #license_key: editions: GeoLite2-ASN GeoLite2-City GeoLite2-Country From 5a46c85ab93905c7624664a37aace21c34d1af3a Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 14 Apr 2023 04:27:52 +0000 Subject: [PATCH 084/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index 0fb38785f..2881b447b 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.3.69 +version: 0.3.70 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index 25e602f6c..0a2687b2f 100644 --- a/charts/wiki/values.yaml +++ b/charts/wiki/values.yaml @@ -7,7 +7,7 @@ image: repository: jenkinsciinfra/wiki pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.0.117" + tag: "0.0.118" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From a3d55e079aeb593fc5deced81ac4a00ab54329df Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 14 Apr 2023 15:25:44 +0000 Subject: [PATCH 085/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index 2881b447b..c85d73f3e 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.3.70 +version: 0.3.71 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index 0a2687b2f..054a57b94 100644 --- a/charts/wiki/values.yaml +++ b/charts/wiki/values.yaml @@ -7,7 +7,7 @@ image: repository: jenkinsciinfra/wiki pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.0.118" + tag: "0.0.119" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 6f2803783ae660ad07dc60670464d398edf6175d Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Sat, 15 Apr 2023 14:27:58 +0000 Subject: [PATCH 086/205] chore: Update key "geoipupdate.image.tag" from file "/tmp/updatecli/g... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ithub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index ce5c129b3..954536bbb 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.39.0 +version: 0.40.0 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 779cdf366..ce3fefcaf 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -77,7 +77,7 @@ affinity: {} geoipupdate: image: repository: maxmindinc/geoipupdate - tag: "v5.0.2" + tag: "v5.0.3" #account_id: #license_key: editions: GeoLite2-ASN GeoLite2-City GeoLite2-Country From 2ae4a7d84f3da54197f8bbcfc2d4936427e37e36 Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Mon, 17 Apr 2023 14:03:35 +0200 Subject: [PATCH 087/205] feat(jenkins-kubernetes-agents) add an SVC account token (no longer generated since Kubernetes 1.23) Signed-off-by: Damien Duportal --- charts/jenkins-kubernetes-agents/Chart.yaml | 2 +- .../templates/serviceaccounttoken.yaml | 11 ++++++++++ .../tests/custom_values_test.yaml | 22 +++++++++++++++++++ .../tests/defaults_test.yaml | 21 ++++++++++++++++++ 4 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 charts/jenkins-kubernetes-agents/templates/serviceaccounttoken.yaml diff --git a/charts/jenkins-kubernetes-agents/Chart.yaml b/charts/jenkins-kubernetes-agents/Chart.yaml index ff62a1cd0..e26ea3c35 100644 --- a/charts/jenkins-kubernetes-agents/Chart.yaml +++ b/charts/jenkins-kubernetes-agents/Chart.yaml @@ -3,5 +3,5 @@ apiVersion: v2 name: jenkins-kubernetes-agents description: A Helm chart for using Jenkins Kubernetes agents on a remote cluster type: application -version: 0.4.0 +version: 0.5.0 appVersion: "0.1.0" diff --git a/charts/jenkins-kubernetes-agents/templates/serviceaccounttoken.yaml b/charts/jenkins-kubernetes-agents/templates/serviceaccounttoken.yaml new file mode 100644 index 000000000..bca136447 --- /dev/null +++ b/charts/jenkins-kubernetes-agents/templates/serviceaccounttoken.yaml @@ -0,0 +1,11 @@ +{{- if not .Values.existingServiceAccount }} +# From https://v1-24.docs.kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#manually-create-a-service-account-api-token +apiVersion: v1 +kind: Secret +metadata: + name: {{ template "jenkins.serviceAccountName" . }}-token + namespace: {{ .Release.Namespace }} + annotations: + kubernetes.io/service-account.name: {{ template "jenkins.serviceAccountName" . }} +type: kubernetes.io/service-account-token +{{- end }} diff --git a/charts/jenkins-kubernetes-agents/tests/custom_values_test.yaml b/charts/jenkins-kubernetes-agents/tests/custom_values_test.yaml index a10ee0860..5fa1c6cf8 100644 --- a/charts/jenkins-kubernetes-agents/tests/custom_values_test.yaml +++ b/charts/jenkins-kubernetes-agents/tests/custom_values_test.yaml @@ -34,6 +34,28 @@ tests: - equal: path: metadata.namespace value: tatooine + - it: Should create a token for the the service account 'jenkins-agent' in the provided namespace + template: serviceaccounttoken.yaml + release: + namespace: tatooine + asserts: + - hasDocuments: + count: 1 + - isKind: + of: Secret + - equal: + path: metadata.name + value: jenkins-agent-token + - equal: + path: type + value: kubernetes.io/service-account-token + - equal: + path: metadata.namespace + value: tatooine + - equal: + path: metadata.annotations["kubernetes.io/service-account.name"] + value: jenkins-agent + - it: Should create the default Role 'jenkins-agent-role' in the provided namespace template: rbac.yaml diff --git a/charts/jenkins-kubernetes-agents/tests/defaults_test.yaml b/charts/jenkins-kubernetes-agents/tests/defaults_test.yaml index 713d9bf13..7e1a34dd5 100644 --- a/charts/jenkins-kubernetes-agents/tests/defaults_test.yaml +++ b/charts/jenkins-kubernetes-agents/tests/defaults_test.yaml @@ -3,6 +3,7 @@ templates: - rbac.yaml - resourcequota.yaml - serviceaccount.yaml + - serviceaccounttoken.yaml tests: - it: Should not create any quotas by default template: resourcequota.yaml @@ -24,6 +25,26 @@ tests: path: metadata.namespace value: NAMESPACE + - it: Should create a token for the the service account 'jenkins-agent' in the provided namespace + template: serviceaccounttoken.yaml + asserts: + - hasDocuments: + count: 1 + - isKind: + of: Secret + - equal: + path: metadata.name + value: jenkins-agent-token + - equal: + path: type + value: kubernetes.io/service-account-token + - equal: + path: metadata.namespace + value: NAMESPACE + - equal: + path: metadata.annotations["kubernetes.io/service-account.name"] + value: jenkins-agent + - it: Should create the default Role 'jenkins-agent-role' in the provided namespace template: rbac.yaml documentIndex: 0 From 774c84fb3bf4d8e8650cf224240d620be8b93415 Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Mon, 17 Apr 2023 15:35:29 +0200 Subject: [PATCH 088/205] Update charts/jenkins-kubernetes-agents/tests/custom_values_test.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Hervé Le Meur <91831478+lemeurherve@users.noreply.github.com> --- charts/jenkins-kubernetes-agents/tests/custom_values_test.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/jenkins-kubernetes-agents/tests/custom_values_test.yaml b/charts/jenkins-kubernetes-agents/tests/custom_values_test.yaml index 5fa1c6cf8..3189b32dc 100644 --- a/charts/jenkins-kubernetes-agents/tests/custom_values_test.yaml +++ b/charts/jenkins-kubernetes-agents/tests/custom_values_test.yaml @@ -56,7 +56,6 @@ tests: path: metadata.annotations["kubernetes.io/service-account.name"] value: jenkins-agent - - it: Should create the default Role 'jenkins-agent-role' in the provided namespace template: rbac.yaml release: From 6787be97b4ac2f05fb9315ff59c897b842c4af68 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Mon, 17 Apr 2023 15:28:40 +0000 Subject: [PATCH 089/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/plugin-health-scoring/values.yaml" Made with ❤️️ by updatecli --- charts/plugin-health-scoring/Chart.yaml | 2 +- charts/plugin-health-scoring/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/plugin-health-scoring/Chart.yaml b/charts/plugin-health-scoring/Chart.yaml index 6e7a8b30d..bcf5ebed7 100644 --- a/charts/plugin-health-scoring/Chart.yaml +++ b/charts/plugin-health-scoring/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 description: A Helm chart for Kubernetes name: plugin-health-scoring type: application -version: 2.1.3 +version: 2.1.4 diff --git a/charts/plugin-health-scoring/values.yaml b/charts/plugin-health-scoring/values.yaml index 893592a51..76f7a9888 100644 --- a/charts/plugin-health-scoring/values.yaml +++ b/charts/plugin-health-scoring/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: "jenkinsciinfra/plugin-health-scoring" pullPolicy: IfNotPresent - tag: "v2.2.0" + tag: "v2.3.0" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 474e6fbadd7f23bf372ca86ddd90de49dd5214f0 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Mon, 17 Apr 2023 16:29:01 +0000 Subject: [PATCH 090/205] chore: Update key "geoipupdate.image.tag" from file "/tmp/updatecli/g... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ithub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 954536bbb..d6b398d9c 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.40.0 +version: 0.41.0 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index ce3fefcaf..210db29e8 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -77,7 +77,7 @@ affinity: {} geoipupdate: image: repository: maxmindinc/geoipupdate - tag: "v5.0.3" + tag: "v5.0.4" #account_id: #license_key: editions: GeoLite2-ASN GeoLite2-City GeoLite2-Country From d272d6819442cee9e841cb7402f8a7fdeaa0b961 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 18 Apr 2023 21:25:16 +0000 Subject: [PATCH 091/205] chore: Update key "image.mirrorbits.tag" from file "/tmp/updatecli/gi... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... thub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index d6b398d9c..2b7e3a966 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.41.0 +version: 0.41.1 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 210db29e8..93fef77a3 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -8,7 +8,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: "0.1.77" + tag: "0.1.78" pullPolicy: Always files: repository: httpd@sha256 From de23342102dd18da17dd188313651b12f804b64c Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 19 Apr 2023 09:27:47 +0000 Subject: [PATCH 092/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 4a17551ea..80f9d4b8c 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.3.1 +version: 0.3.2 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index b402f62cb..dda694ca9 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.3.3 + tag: 0.3.4 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From a31cc6a68b4f13dfec2d3b54e4400469326627f1 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 19 Apr 2023 23:25:22 +0000 Subject: [PATCH 093/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 80f9d4b8c..932ef20bb 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.3.2 +version: 0.3.3 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index dda694ca9..c903fbaa3 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.3.4 + tag: 0.3.5 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 0cf07da4c7ed5bee8a2ffbc0b32b4a199407835b Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 21 Apr 2023 04:24:58 +0000 Subject: [PATCH 094/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index c85d73f3e..34aeab200 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.3.71 +version: 0.3.72 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index 054a57b94..43c03d2aa 100644 --- a/charts/wiki/values.yaml +++ b/charts/wiki/values.yaml @@ -7,7 +7,7 @@ image: repository: jenkinsciinfra/wiki pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.0.119" + tag: "0.0.120" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 500f1e7bb56ef207fd6d855db94148374ec14304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Tue, 25 Apr 2023 11:26:18 +0200 Subject: [PATCH 095/205] feat(accountapp): allow configuring the SMTP_PORT value --- charts/accountapp/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/accountapp/templates/deployment.yaml b/charts/accountapp/templates/deployment.yaml index 67d6dc4b6..0eab2bdec 100644 --- a/charts/accountapp/templates/deployment.yaml +++ b/charts/accountapp/templates/deployment.yaml @@ -46,6 +46,8 @@ spec: value: {{ .Values.smtp.auth | quote }} - name: SMTP_SERVER value: {{ .Values.smtp.server }} + - name: SMTP_PORT + value: {{ .Values.smtp.port }} - name: SMTP_USER value: {{ .Values.smtp.user }} - name: APP_URL From 0f399eda001ad0f55a057cc2e993326f48a8c09f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Tue, 25 Apr 2023 11:27:24 +0200 Subject: [PATCH 096/205] default smpt port value --- charts/accountapp/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index c903fbaa3..415fc0544 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -58,6 +58,7 @@ seniority: 12 smtp: auth: true server: smtp.sendgrid.net + port: 25 user: password: appUrl: https://accounts.jenkins.io From 66ea67b26c936d77b8465ee9e15fa05cc0922c1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Tue, 25 Apr 2023 11:27:41 +0200 Subject: [PATCH 097/205] bump chart version --- charts/accountapp/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 932ef20bb..7e97284bc 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.3.3 +version: 0.4.0 From 6ad9fbb5ed6ed6261c74a305e7fb6bf222d1ddf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Tue, 25 Apr 2023 14:00:50 +0200 Subject: [PATCH 098/205] fix(accountapp): quote `smtp.port` value (#496) --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 7e97284bc..40ee06bef 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.4.0 +version: 0.4.1 diff --git a/charts/accountapp/templates/deployment.yaml b/charts/accountapp/templates/deployment.yaml index 0eab2bdec..34f250800 100644 --- a/charts/accountapp/templates/deployment.yaml +++ b/charts/accountapp/templates/deployment.yaml @@ -47,7 +47,7 @@ spec: - name: SMTP_SERVER value: {{ .Values.smtp.server }} - name: SMTP_PORT - value: {{ .Values.smtp.port }} + value: {{ .Values.smtp.port | quote }} - name: SMTP_USER value: {{ .Values.smtp.user }} - name: APP_URL From 103fa05037ece2acb642e23e2672a469ae916a0c Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 25 Apr 2023 21:25:18 +0000 Subject: [PATCH 099/205] chore: Update key "image.mirrorbits.tag" from file "/tmp/updatecli/gi... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... thub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 2b7e3a966..3f004377c 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.41.1 +version: 0.41.2 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 93fef77a3..02e0135be 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -8,7 +8,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: "0.1.78" + tag: "0.1.79" pullPolicy: Always files: repository: httpd@sha256 From d45f0355aab4ebf57dbd3b8f38a36e4802fa0e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Wed, 26 Apr 2023 09:59:22 +0200 Subject: [PATCH 100/205] feat(accountapp): allow configuring the sender email address value (#497) --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/templates/deployment.yaml | 2 ++ charts/accountapp/values.yaml | 5 +++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 40ee06bef..92052b3a4 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.4.1 +version: 0.5.0 diff --git a/charts/accountapp/templates/deployment.yaml b/charts/accountapp/templates/deployment.yaml index 34f250800..6fb6d20e5 100644 --- a/charts/accountapp/templates/deployment.yaml +++ b/charts/accountapp/templates/deployment.yaml @@ -46,6 +46,8 @@ spec: value: {{ .Values.smtp.auth | quote }} - name: SMTP_SERVER value: {{ .Values.smtp.server }} + - name: SMTP_SENDER + value: {{ .Values.smtp.sender }} - name: SMTP_PORT value: {{ .Values.smtp.port | quote }} - name: SMTP_USER diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 415fc0544..5141e3353 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.3.5 + tag: 0.4.1 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" @@ -58,7 +58,8 @@ seniority: 12 smtp: auth: true server: smtp.sendgrid.net - port: 25 + sender: admin@jenkins-ci.org + port: 587 user: password: appUrl: https://accounts.jenkins.io From f483f177f7af17e1a56f96d8e3a81e2b4c3779a9 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 26 Apr 2023 17:18:16 +0000 Subject: [PATCH 101/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 92052b3a4..72ef074af 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.5.0 +version: 0.5.1 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 5141e3353..f22731392 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.4.1 + tag: 0.4.2 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From e468e12aa0b4ad5c692ca9e022fe6f2a493268e2 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 26 Apr 2023 23:24:52 +0000 Subject: [PATCH 102/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 72ef074af..84f37ac93 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.5.1 +version: 0.5.2 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index f22731392..a48da4a99 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.4.2 + tag: 0.4.3 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 94bf2331633818f643bb8f31eea98a0ab10c7379 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 28 Apr 2023 04:26:22 +0000 Subject: [PATCH 103/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index 34aeab200..ad1a4fa40 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.3.72 +version: 0.3.73 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index 43c03d2aa..47c474228 100644 --- a/charts/wiki/values.yaml +++ b/charts/wiki/values.yaml @@ -7,7 +7,7 @@ image: repository: jenkinsciinfra/wiki pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.0.120" + tag: "0.0.121" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 9a679ca994de23aecb8881be05cb52358c41226d Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 3 May 2023 21:26:14 +0000 Subject: [PATCH 104/205] chore: Update key "image.files.tag" from file "/tmp/updatecli/github/... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 3f004377c..e5ac7e3ef 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.41.2 +version: 0.42.0 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 02e0135be..6c625f753 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -12,7 +12,7 @@ image: pullPolicy: Always files: repository: httpd@sha256 - tag: f34e8e25ee18da020633ef0b2bf7516d8cfdad5c5c4b0595d36e5cd78a098101 + tag: 68b75d5ce49709d278ad492b7ed0abfcd3a13709b65d2937629e1ce533583496 pullPolicy: Always imagePullSecrets: [] nameOverride: "" From bb7310433442375c6cedb5fa4065cd51f2d7827b Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 5 May 2023 04:25:30 +0000 Subject: [PATCH 105/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index ad1a4fa40..d6cf026ca 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.3.73 +version: 0.3.74 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index 47c474228..9cae4cefb 100644 --- a/charts/wiki/values.yaml +++ b/charts/wiki/values.yaml @@ -7,7 +7,7 @@ image: repository: jenkinsciinfra/wiki pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.0.121" + tag: "0.0.122" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 737f0ba9b1ee5736050be597ce08705abcde02f3 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 5 May 2023 22:26:29 +0000 Subject: [PATCH 106/205] chore: Update key "geoipupdate.image.tag" from file "/tmp/updatecli/g... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ithub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index e5ac7e3ef..bf5b329d0 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.42.0 +version: 0.43.0 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 6c625f753..be96ad7da 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -77,7 +77,7 @@ affinity: {} geoipupdate: image: repository: maxmindinc/geoipupdate - tag: "v5.0.4" + tag: "v5.1.0" #account_id: #license_key: editions: GeoLite2-ASN GeoLite2-City GeoLite2-Country From 7fd5a354b6190144805a7e3170199b904aa43521 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Mon, 8 May 2023 16:26:12 +0000 Subject: [PATCH 107/205] chore: Update key "geoipupdate.image.tag" from file "/tmp/updatecli/g... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ithub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index bf5b329d0..4b2c07e75 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.43.0 +version: 0.44.0 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index be96ad7da..d9065d590 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -77,7 +77,7 @@ affinity: {} geoipupdate: image: repository: maxmindinc/geoipupdate - tag: "v5.1.0" + tag: "v5.1.1" #account_id: #license_key: editions: GeoLite2-ASN GeoLite2-City GeoLite2-Country From 8eba7cfb654bd7b4e67d03757db54c1f4bdcea39 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 9 May 2023 21:27:16 +0000 Subject: [PATCH 108/205] chore: Update key "image.mirrorbits.tag" from file "/tmp/updatecli/gi... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... thub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 4b2c07e75..43de48676 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.44.0 +version: 0.44.1 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index d9065d590..bddb783ef 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -8,7 +8,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: "0.1.79" + tag: "0.1.80" pullPolicy: Always files: repository: httpd@sha256 From 7f77e0983e7d50b2ba5f41f2ac83f76967724d49 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Thu, 11 May 2023 20:26:27 +0000 Subject: [PATCH 109/205] chore: Update key "image.files.tag" from file "/tmp/updatecli/github/... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 43de48676..4c90521b5 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.44.1 +version: 0.45.0 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index bddb783ef..e523e9011 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -12,7 +12,7 @@ image: pullPolicy: Always files: repository: httpd@sha256 - tag: 68b75d5ce49709d278ad492b7ed0abfcd3a13709b65d2937629e1ce533583496 + tag: c4f08deba548c6dd8ed56c2730f63f785cf7a6af63bf87c85dd439f3610f381a pullPolicy: Always imagePullSecrets: [] nameOverride: "" From b0e683585d70084f6bbd0f9b68faead273e7ec51 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 12 May 2023 04:26:24 +0000 Subject: [PATCH 110/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index d6cf026ca..4ef8755c0 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.3.74 +version: 0.3.75 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index 9cae4cefb..02be41351 100644 --- a/charts/wiki/values.yaml +++ b/charts/wiki/values.yaml @@ -7,7 +7,7 @@ image: repository: jenkinsciinfra/wiki pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.0.122" + tag: "0.0.123" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 94b507604af9112d5e4e8d15f82b6312932a8690 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 16 May 2023 21:26:11 +0000 Subject: [PATCH 111/205] chore: Update key "image.mirrorbits.tag" from file "/tmp/updatecli/gi... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... thub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 4c90521b5..b8e8fd2ee 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.45.0 +version: 0.45.1 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index e523e9011..e4e5fcb1e 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -8,7 +8,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: "0.1.80" + tag: "0.1.81" pullPolicy: Always files: repository: httpd@sha256 From 79bb979ab569fc432041051d54d05951d6902b4d Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 19 May 2023 04:26:07 +0000 Subject: [PATCH 112/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index 4ef8755c0..6827d9c4e 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.3.75 +version: 0.3.76 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index 02be41351..41d2da41b 100644 --- a/charts/wiki/values.yaml +++ b/charts/wiki/values.yaml @@ -7,7 +7,7 @@ image: repository: jenkinsciinfra/wiki pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.0.123" + tag: "0.0.124" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From c254525850439f4048dca572ba0b2bb271701c20 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 23 May 2023 09:25:30 +0000 Subject: [PATCH 113/205] chore: Update key "image.files.tag" from file "/tmp/updatecli/github/... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index b8e8fd2ee..03a063b53 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.45.1 +version: 0.46.0 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index e4e5fcb1e..11a909d0f 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -12,7 +12,7 @@ image: pullPolicy: Always files: repository: httpd@sha256 - tag: c4f08deba548c6dd8ed56c2730f63f785cf7a6af63bf87c85dd439f3610f381a + tag: d1b31555feeabe3afd7ba301ca285429176a76aff16b55e8c137f761df72090d pullPolicy: Always imagePullSecrets: [] nameOverride: "" From f6649cfaef0ba013a8b905149bf0531b541e0bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Tue, 23 May 2023 12:22:50 +0200 Subject: [PATCH 114/205] fix(jenkins-kubernetes-agents): add missing templates in the custom value unit test (#512) --- charts/jenkins-kubernetes-agents/tests/custom_values_test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/jenkins-kubernetes-agents/tests/custom_values_test.yaml b/charts/jenkins-kubernetes-agents/tests/custom_values_test.yaml index 3189b32dc..15a4e5402 100644 --- a/charts/jenkins-kubernetes-agents/tests/custom_values_test.yaml +++ b/charts/jenkins-kubernetes-agents/tests/custom_values_test.yaml @@ -3,6 +3,8 @@ templates: - serviceaccount.yaml - rbac.yaml - resourcequota.yaml + - serviceaccount.yaml + - serviceaccounttoken.yaml tests: - it: Should set a quota of maximum 30 pods when specified by values template: resourcequota.yaml From 9d6ea92ba5304b7bfcba2eb0c7cb5dad1048242d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Tue, 23 May 2023 12:41:53 +0200 Subject: [PATCH 115/205] fix: pin `unittest` helm plugin version (#513) --- .github/workflows/test.yml | 6 ++-- updatecli/updatecli.d/helm-unittest.yaml | 42 ++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 updatecli/updatecli.d/helm-unittest.yaml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 579a53cbf..347e6beca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,6 +3,8 @@ on: push: pull_request: workflow_dispatch: +env: + UNITTEST_VERSION: v0.3.2 jobs: unit-tests: runs-on: ubuntu-latest @@ -32,8 +34,8 @@ jobs: helm env # Repeat 2 times to fight against network errors in GHA runners # Always return true - helm plugin install https://github.com/helm-unittest/helm-unittest \ - || helm plugin install https://github.com/helm-unittest/helm-unittest \ + helm plugin install https://github.com/helm-unittest/helm-unittest --version ${UNITTEST_VERSION} \ + || helm plugin install https://github.com/helm-unittest/helm-unittest --version ${UNITTEST_VERSION} \ || true # Fail if not installed helm plugin list | grep unittest diff --git a/updatecli/updatecli.d/helm-unittest.yaml b/updatecli/updatecli.d/helm-unittest.yaml new file mode 100644 index 000000000..825b94ce1 --- /dev/null +++ b/updatecli/updatecli.d/helm-unittest.yaml @@ -0,0 +1,42 @@ +name: Bump `helm-unittest` helm plugin version + +scms: + default: + kind: github + spec: + user: "{{ .github.user }}" + email: "{{ .github.email }}" + owner: "{{ .github.owner }}" + repository: "{{ .github.repository }}" + token: "{{ requiredEnv .github.token }}" + username: "{{ .github.username }}" + branch: "{{ .github.branch }}" + +sources: + latestRelease: + kind: githubrelease + name: "Get latest helm-unittest/helm-unittest release" + spec: + owner: "helm-unittest" + repository: "helm-unittest" + token: "{{ requiredEnv .github.token }}" + username: "{{ .github.username }}" + +targets: + updateChart: + name: Update helm-unittest version in the GitHub Action workflow + kind: yaml + scmid: default + spec: + file: .github/workflows/test.yml + key: env.UNITTEST_VERSION + +actions: + default: + kind: github/pullrequest + scmid: default + title: Bump `helm-unittest` helm plugin version to {{ source "latestRelease" }} + spec: + labels: + - dependencies + - helm-unittest From 1295298627ab98735cde5aaa0fc04b854f1b44d3 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 12:44:45 +0200 Subject: [PATCH 116/205] Bump `plugin-health-scoring` docker image version to v2.4.0 (#511) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> Co-authored-by: Hervé Le Meur <91831478+lemeurherve@users.noreply.github.com> --- charts/plugin-health-scoring/Chart.yaml | 2 +- charts/plugin-health-scoring/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/plugin-health-scoring/Chart.yaml b/charts/plugin-health-scoring/Chart.yaml index bcf5ebed7..c9189cafa 100644 --- a/charts/plugin-health-scoring/Chart.yaml +++ b/charts/plugin-health-scoring/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 description: A Helm chart for Kubernetes name: plugin-health-scoring type: application -version: 2.1.4 +version: 2.1.5 diff --git a/charts/plugin-health-scoring/values.yaml b/charts/plugin-health-scoring/values.yaml index 76f7a9888..226932f53 100644 --- a/charts/plugin-health-scoring/values.yaml +++ b/charts/plugin-health-scoring/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: "jenkinsciinfra/plugin-health-scoring" pullPolicy: IfNotPresent - tag: "v2.3.0" + tag: "v2.4.0" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From bbcf80f50f10fa294024d975eb08a54acb251bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Tue, 23 May 2023 12:46:40 +0200 Subject: [PATCH 117/205] hotfix: bump `jenkins-kubernetes-agents` chart version --- charts/jenkins-kubernetes-agents/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/jenkins-kubernetes-agents/Chart.yaml b/charts/jenkins-kubernetes-agents/Chart.yaml index e26ea3c35..6d21d12db 100644 --- a/charts/jenkins-kubernetes-agents/Chart.yaml +++ b/charts/jenkins-kubernetes-agents/Chart.yaml @@ -3,5 +3,5 @@ apiVersion: v2 name: jenkins-kubernetes-agents description: A Helm chart for using Jenkins Kubernetes agents on a remote cluster type: application -version: 0.5.0 +version: 0.5.1 appVersion: "0.1.0" From 0973bb0b143694ce682ebc6a90af2de4e3a80277 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 23 May 2023 15:26:32 +0000 Subject: [PATCH 118/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/plugin-health-scoring/values.yaml" Made with ❤️️ by updatecli --- charts/plugin-health-scoring/Chart.yaml | 2 +- charts/plugin-health-scoring/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/plugin-health-scoring/Chart.yaml b/charts/plugin-health-scoring/Chart.yaml index c9189cafa..1272f3ac7 100644 --- a/charts/plugin-health-scoring/Chart.yaml +++ b/charts/plugin-health-scoring/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 description: A Helm chart for Kubernetes name: plugin-health-scoring type: application -version: 2.1.5 +version: 2.1.6 diff --git a/charts/plugin-health-scoring/values.yaml b/charts/plugin-health-scoring/values.yaml index 226932f53..3401c04f9 100644 --- a/charts/plugin-health-scoring/values.yaml +++ b/charts/plugin-health-scoring/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: "jenkinsciinfra/plugin-health-scoring" pullPolicy: IfNotPresent - tag: "v2.4.0" + tag: "v2.4.1" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From deec87474526dac31b498c7866957a880cbe9b41 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 23 May 2023 21:26:13 +0000 Subject: [PATCH 119/205] chore: Update key "image.mirrorbits.tag" from file "/tmp/updatecli/gi... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... thub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 03a063b53..3be915967 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.46.0 +version: 0.46.1 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 11a909d0f..957fc0dfb 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -8,7 +8,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: "0.1.81" + tag: "0.1.82" pullPolicy: Always files: repository: httpd@sha256 From 719be5b3e3ab0399cb06415ea33ee03fc17bed76 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 24 May 2023 13:26:57 +0000 Subject: [PATCH 120/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/plugin-health-scoring/values.yaml" Made with ❤️️ by updatecli --- charts/plugin-health-scoring/Chart.yaml | 2 +- charts/plugin-health-scoring/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/plugin-health-scoring/Chart.yaml b/charts/plugin-health-scoring/Chart.yaml index 1272f3ac7..4d2d6f201 100644 --- a/charts/plugin-health-scoring/Chart.yaml +++ b/charts/plugin-health-scoring/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 description: A Helm chart for Kubernetes name: plugin-health-scoring type: application -version: 2.1.6 +version: 2.1.7 diff --git a/charts/plugin-health-scoring/values.yaml b/charts/plugin-health-scoring/values.yaml index 3401c04f9..4d585a633 100644 --- a/charts/plugin-health-scoring/values.yaml +++ b/charts/plugin-health-scoring/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: "jenkinsciinfra/plugin-health-scoring" pullPolicy: IfNotPresent - tag: "v2.4.1" + tag: "v2.4.2" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 772e8b87ab974f2e217db1607d1fff319222f468 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 26 May 2023 04:26:35 +0000 Subject: [PATCH 121/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index 6827d9c4e..154f9f5e3 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.3.76 +version: 0.3.77 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index 41d2da41b..66f094278 100644 --- a/charts/wiki/values.yaml +++ b/charts/wiki/values.yaml @@ -7,7 +7,7 @@ image: repository: jenkinsciinfra/wiki pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.0.124" + tag: "0.0.125" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 16fb541863e7579847c846411b8b74f4044f5e16 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Mon, 29 May 2023 15:25:59 +0000 Subject: [PATCH 122/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 84f37ac93..1fb4b98b3 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.5.2 +version: 0.5.3 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index a48da4a99..6abf1e93b 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.4.3 + tag: 0.4.4 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From cd327c76eb8a509f4c34b8cf856e6e3909f6dc5a Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 30 May 2023 21:25:41 +0000 Subject: [PATCH 123/205] chore: Update key "image.mirrorbits.tag" from file "/tmp/updatecli/gi... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... thub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 3be915967..cf2cfb6c4 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.46.1 +version: 0.46.2 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 957fc0dfb..b6e433686 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -8,7 +8,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: "0.1.82" + tag: "0.1.83" pullPolicy: Always files: repository: httpd@sha256 From 39903409d7f9516ffb52174917c5e65fc68b5406 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 31 May 2023 23:26:22 +0000 Subject: [PATCH 124/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 1fb4b98b3..2e26a0bd7 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.5.3 +version: 0.5.4 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 6abf1e93b..8c3537194 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.4.4 + tag: 0.4.5 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 621d3dea649349eff1fe14b06fa50bf0e4674800 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 2 Jun 2023 04:26:36 +0000 Subject: [PATCH 125/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index 154f9f5e3..4ecc9c85c 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.3.77 +version: 0.3.78 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index 66f094278..a074d7280 100644 --- a/charts/wiki/values.yaml +++ b/charts/wiki/values.yaml @@ -7,7 +7,7 @@ image: repository: jenkinsciinfra/wiki pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.0.125" + tag: "0.0.126" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 6ddf48f79d79bf8cc59e1d05f979c09175a2c84c Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 6 Jun 2023 21:31:39 +0000 Subject: [PATCH 126/205] chore: Update key "image.mirrorbits.tag" from file "/tmp/updatecli/gi... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... thub/jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index cf2cfb6c4..4d88cb6ee 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.46.2 +version: 0.46.3 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index b6e433686..804dc00c1 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -8,7 +8,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: "0.1.83" + tag: "0.1.84" pullPolicy: Always files: repository: httpd@sha256 From 9b5e8906151857a1b37e09de939f8d9a144a6e47 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 7 Jun 2023 22:25:44 +0000 Subject: [PATCH 127/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 2e26a0bd7..6fd589fa8 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.5.4 +version: 0.5.5 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 8c3537194..8142218e0 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.4.5 + tag: 0.4.7 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 37b0d0b8af680572764a1589f5b92fcf446c848a Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 7 Jun 2023 23:27:02 +0000 Subject: [PATCH 128/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 6fd589fa8..61a282be2 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.5.5 +version: 0.5.6 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 8142218e0..753a2611d 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.4.7 + tag: 0.4.8 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From e764b007c209078266c528495fdc0b2303dafa70 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Thu, 8 Jun 2023 16:26:11 +0000 Subject: [PATCH 129/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 61a282be2..fae4da6b8 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.5.6 +version: 0.5.7 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 753a2611d..1dd0f5214 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.4.8 + tag: 0.4.9 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 921945d153e5b7acb3b2142d0517f9d97f83ef05 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 9 Jun 2023 04:25:54 +0000 Subject: [PATCH 130/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index 4ecc9c85c..4b8e4fcbf 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.3.78 +version: 0.3.79 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index a074d7280..efa4f8b57 100644 --- a/charts/wiki/values.yaml +++ b/charts/wiki/values.yaml @@ -7,7 +7,7 @@ image: repository: jenkinsciinfra/wiki pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.0.126" + tag: "0.0.127" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 794bec3e8f946ac39f788aaa2a14306ed602d9d7 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 9 Jun 2023 07:26:43 +0000 Subject: [PATCH 131/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index fae4da6b8..f58c6a211 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.5.7 +version: 0.5.8 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 1dd0f5214..bb85209bf 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.4.9 + tag: 0.4.10 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 408426d5d0d39146342392a41e489baf0cc6e8b2 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:25:35 +0000 Subject: [PATCH 132/205] chore: Update key "image.tag" from file "/tmp/updatecli/github/jenkin... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s-infra/helm-charts/charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index f58c6a211..800b47fbb 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.5.8 +version: 0.5.9 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index bb85209bf..6610d39cd 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.4.10 + tag: 0.4.11 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 05bc0d0a4b210c213d54ee73c14381e6fbfba2d1 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 13 Jun 2023 07:27:18 +0000 Subject: [PATCH 133/205] chore: Update key "image.files.tag" from file "/tmp/updatecli/github/... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... jenkins-infra/helm-charts/charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 4d88cb6ee..39a8d71c9 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.46.3 +version: 0.47.0 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 804dc00c1..877834e92 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -12,7 +12,7 @@ image: pullPolicy: Always files: repository: httpd@sha256 - tag: d1b31555feeabe3afd7ba301ca285429176a76aff16b55e8c137f761df72090d + tag: a6522910f36f4f6d1dde6bd3a605ef11f7ffd6fc6d37df7067c40faaeb236319 pullPolicy: Always imagePullSecrets: [] nameOverride: "" From d389dfb8242ea537d15e5fb7639caf10c3b20df7 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 13 Jun 2023 11:27:19 +0000 Subject: [PATCH 134/205] chore: key "$.image.tag" updated from "\"v1.5.0\"" to "v1.5.0", in fi... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... le "charts/incrementals-publisher/values.yaml" Made with ❤️️ by updatecli --- charts/incrementals-publisher/Chart.yaml | 2 +- charts/incrementals-publisher/values.yaml | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/charts/incrementals-publisher/Chart.yaml b/charts/incrementals-publisher/Chart.yaml index 940798fd9..b5b2903a0 100644 --- a/charts/incrementals-publisher/Chart.yaml +++ b/charts/incrementals-publisher/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: incrementals-publisher name: incrementals-publisher -version: 0.5.1 +version: 0.5.2 diff --git a/charts/incrementals-publisher/values.yaml b/charts/incrementals-publisher/values.yaml index 737862a58..3a5715f26 100644 --- a/charts/incrementals-publisher/values.yaml +++ b/charts/incrementals-publisher/values.yaml @@ -1,11 +1,10 @@ # Default values for incrementals-publisher. # This is a YAML-formatted file. # Declare variables to be passed into your templates. - replicaCount: 1 image: repository: jenkinsciinfra/incrementals-publisher - tag: "v1.5.0" + tag: v1.5.0 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" @@ -14,10 +13,9 @@ serviceAccount: create: true # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template - name: + name: null podSecurityContext: {} # fsGroup: 2000 - securityContext: {} # capabilities: # drop: @@ -25,7 +23,6 @@ securityContext: {} # readOnlyRootFilesystem: true # runAsNonRoot: true # runAsUser: 1000 - service: type: ClusterIP port: 8080 @@ -51,7 +48,6 @@ resources: {} # requests: # cpu: 100m # memory: 128Mi - nodeSelector: {} tolerations: [] affinity: {} From 7286d3d775ffa6280adbc53a413c8009081f4d50 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 13 Jun 2023 11:27:26 +0000 Subject: [PATCH 135/205] chore: key "$.geoipupdate.image.tag" updated from "\"v5.1.1\"" to "v5... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .1.1", in file "charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 39a8d71c9..bbcc5e515 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.47.0 +version: 0.48.0 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 877834e92..e6cdf9051 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -1,7 +1,6 @@ # Default values for mirrorbits. # This is a YAML-formatted file. # Declare variables to be passed into your templates. - replicaCount: mirrorbits: 1 files: 1 @@ -22,10 +21,9 @@ serviceAccount: create: false # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template - name: + name: null podSecurityContext: {} # fsGroup: 2000 - securityContext: {} # capabilities: # drop: @@ -33,7 +31,6 @@ securityContext: {} # readOnlyRootFilesystem: true # runAsNonRoot: true # runAsUser: 1000 - service: type: ClusterIP port: 80 @@ -70,14 +67,13 @@ resources: {} # requests: # cpu: 100m # memory: 128Mi - nodeSelector: {} tolerations: [] affinity: {} geoipupdate: image: repository: maxmindinc/geoipupdate - tag: "v5.1.1" + tag: v5.1.1 #account_id: #license_key: editions: GeoLite2-ASN GeoLite2-City GeoLite2-Country From 7818c5c24824f480d22c7a01d0dd2614bd5da120 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 13 Jun 2023 11:27:29 +0000 Subject: [PATCH 136/205] chore: key "$.image.mirrorbits.tag" updated from "\"0.1.84\"" to "0.1... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .84", in file "charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index bbcc5e515..9c635c4e5 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.48.0 +version: 0.48.1 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index e6cdf9051..4ccdb6363 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -7,7 +7,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: "0.1.84" + tag: 0.1.84 pullPolicy: Always files: repository: httpd@sha256 From e25d75b058beeb88e6e1bd00d80095811834f8b6 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 13 Jun 2023 11:27:37 +0000 Subject: [PATCH 137/205] chore: key "$.image.tag" updated from "\"1.24.0-alpine\"" to "1.24.0-... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... alpine", in file "charts/artifact-caching-proxy/values.yaml" Made with ❤️️ by updatecli --- charts/artifact-caching-proxy/Chart.yaml | 2 +- charts/artifact-caching-proxy/values.yaml | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/charts/artifact-caching-proxy/Chart.yaml b/charts/artifact-caching-proxy/Chart.yaml index bb41c1a4d..15509eed1 100644 --- a/charts/artifact-caching-proxy/Chart.yaml +++ b/charts/artifact-caching-proxy/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 description: artifact-caching-proxy is a Nginx caching proxy in front of repo.jenkins-ci.org name: artifact-caching-proxy type: application -version: 0.11.0 +version: 0.11.1 diff --git a/charts/artifact-caching-proxy/values.yaml b/charts/artifact-caching-proxy/values.yaml index cb4c8d08d..32f08b91e 100644 --- a/charts/artifact-caching-proxy/values.yaml +++ b/charts/artifact-caching-proxy/values.yaml @@ -1,20 +1,18 @@ # Default values for artifact-caching-proxy. # This is a YAML-formatted file. # Declare variables to be passed into your templates. - replicaCount: 1 image: repository: nginx pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.24.0-alpine" + tag: 1.24.0-alpine imagePullSecrets: [] nameOverride: "" fullnameOverride: "" podAnnotations: {} podSecurityContext: {} # fsGroup: 2000 - securityContext: {} # capabilities: # drop: @@ -22,7 +20,6 @@ securityContext: {} # readOnlyRootFilesystem: true # runAsNonRoot: true # runAsUser: 1000 - service: type: ClusterIP # non root port @@ -57,7 +54,6 @@ resources: {} # requests: # cpu: 100m # memory: 128Mi - # Datadog Integration datadog: metricsCollection: From 872c40146a30da9ad19186ed096785a227564cc7 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 13 Jun 2023 11:27:44 +0000 Subject: [PATCH 138/205] chore: key "$.image.tag" updated from "\"v2.4.2\"" to "v2.4.2", in fi... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... le "charts/plugin-health-scoring/values.yaml" Made with ❤️️ by updatecli --- charts/plugin-health-scoring/Chart.yaml | 2 +- charts/plugin-health-scoring/values.yaml | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/charts/plugin-health-scoring/Chart.yaml b/charts/plugin-health-scoring/Chart.yaml index 4d2d6f201..7873d82bf 100644 --- a/charts/plugin-health-scoring/Chart.yaml +++ b/charts/plugin-health-scoring/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 description: A Helm chart for Kubernetes name: plugin-health-scoring type: application -version: 2.1.7 +version: 2.1.8 diff --git a/charts/plugin-health-scoring/values.yaml b/charts/plugin-health-scoring/values.yaml index 4d585a633..483a018fb 100644 --- a/charts/plugin-health-scoring/values.yaml +++ b/charts/plugin-health-scoring/values.yaml @@ -1,12 +1,11 @@ # Default values for plugin-health-scoring. # This is a YAML-formatted file. # Declare variables to be passed into your templates. - replicaCount: 1 image: repository: "jenkinsciinfra/plugin-health-scoring" pullPolicy: IfNotPresent - tag: "v2.4.2" + tag: v2.4.2 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" @@ -18,7 +17,6 @@ serviceAccount: podAnnotations: {} podSecurityContext: {} # fsGroup: 2000 - securityContext: {} # capabilities: # drop: @@ -26,7 +24,6 @@ securityContext: {} # readOnlyRootFilesystem: true # runAsNonRoot: true # runAsUser: 1000 - service: type: ClusterIP port: 8080 @@ -44,7 +41,6 @@ resources: {} # requests: # cpu: 100m # memory: 128Mi - nodeSelector: {} tolerations: [] affinity: {} From ed2d80e0d8b847feda89382e80d7f833fdd2625c Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 13 Jun 2023 11:27:50 +0000 Subject: [PATCH 139/205] chore: key "$.image.tag" updated from "\"v0.3.0\"" to "v0.3.0", in fi... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... le "charts/plugin-site-issues/values.yaml" Made with ❤️️ by updatecli --- charts/plugin-site-issues/Chart.yaml | 2 +- charts/plugin-site-issues/values.yaml | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/charts/plugin-site-issues/Chart.yaml b/charts/plugin-site-issues/Chart.yaml index cdf959845..e99cb3448 100644 --- a/charts/plugin-site-issues/Chart.yaml +++ b/charts/plugin-site-issues/Chart.yaml @@ -3,4 +3,4 @@ appVersion: 0.3.0 description: plugin-site-issues name: plugin-site-issues type: application -version: 0.1.6 +version: 0.1.7 diff --git a/charts/plugin-site-issues/values.yaml b/charts/plugin-site-issues/values.yaml index a6cae4508..144dbdda5 100644 --- a/charts/plugin-site-issues/values.yaml +++ b/charts/plugin-site-issues/values.yaml @@ -1,13 +1,12 @@ # Default values for plugin-site-issues. # This is a YAML-formatted file. # Declare variables to be passed into your templates. - replicaCount: 1 image: repository: jenkinsciinfra/plugin-site-issues pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.3.0" + tag: v0.3.0 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" @@ -22,7 +21,6 @@ serviceAccount: podAnnotations: {} podSecurityContext: {} # fsGroup: 2000 - securityContext: {} # capabilities: # drop: @@ -30,7 +28,6 @@ securityContext: {} # readOnlyRootFilesystem: true # runAsNonRoot: true # runAsUser: 1000 - service: type: ClusterIP port: 8080 @@ -61,7 +58,6 @@ resources: {} # requests: # cpu: 100m # memory: 128Mi - autoscaling: enabled: false minReplicas: 1 From 46330685ea2d1d4e501e3fdfed8421a4dd777367 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 13 Jun 2023 11:27:56 +0000 Subject: [PATCH 140/205] chore: key "$.image.tag" updated from "\"0.0.7\"" to "0.0.7", in file... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... "charts/rating/values.yaml" Made with ❤️️ by updatecli --- charts/rating/Chart.yaml | 6 ++--- charts/rating/values.yaml | 51 +++++++++++++++------------------------ 2 files changed, 22 insertions(+), 35 deletions(-) diff --git a/charts/rating/Chart.yaml b/charts/rating/Chart.yaml index 86d671d50..7f87eff6a 100644 --- a/charts/rating/Chart.yaml +++ b/charts/rating/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -name: rating +appVersion: "1.0" description: A Helm chart for Kubernetes +name: rating type: application -version: 0.2.0 -appVersion: "1.0" +version: 0.2.1 diff --git a/charts/rating/values.yaml b/charts/rating/values.yaml index cc34d1261..6516f79e5 100644 --- a/charts/rating/values.yaml +++ b/charts/rating/values.yaml @@ -1,40 +1,32 @@ # Default values for rating. # This is a YAML-formatted file. # Declare variables to be passed into your templates. - replicaCount: 1 - image: repository: "jenkinsciinfra/rating" - tag: "0.0.7" + tag: 0.0.7 pullPolicy: IfNotPresent - imagePullSecrets: [] nameOverride: "" fullnameOverride: "" - serviceAccount: # Specifies whether a service account should be created create: true # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template - name: - + name: null podSecurityContext: {} - # fsGroup: 2000 - +# fsGroup: 2000 securityContext: {} - # capabilities: - # drop: - # - ALL - # readOnlyRootFilesystem: true - # runAsNonRoot: true - # runAsUser: 1000 - +# capabilities: +# drop: +# - ALL +# readOnlyRootFilesystem: true +# runAsNonRoot: true +# runAsUser: 1000 service: type: ClusterIP port: 80 - # Please define ingress settings into environment variable ingress: enabled: false @@ -53,27 +45,22 @@ ingress: # hosts: # - rating.jenkins.io resources: {} - # We usually recommend not to specify default resources and to leave this as a conscious - # choice for the user. This also increases chances charts run on environments with little - # resources, such as Minikube. If you do want to specify resources, uncomment the following - # lines, adjust them as necessary, and remove the curly braces after 'resources:'. - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi - +# We usually recommend not to specify default resources and to leave this as a conscious +# choice for the user. This also increases chances charts run on environments with little +# resources, such as Minikube. If you do want to specify resources, uncomment the following +# lines, adjust them as necessary, and remove the curly braces after 'resources:'. +# limits: +# cpu: 100m +# memory: 128Mi +# requests: +# cpu: 100m +# memory: 128Mi nodeSelector: {} - tolerations: [] - affinity: {} - #flag to disable readinessProbe in deployment.yaml L38 readinessProbe: enabled: true - database: username: rating password: s3cr3t From b959bec2ea6058885e7126dcaae92be045e61033 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 13 Jun 2023 11:28:03 +0000 Subject: [PATCH 141/205] chore: key "$.image.tag" updated from "\"v0.7.0\"" to "v0.7.0", in fi... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... le "charts/rss2twitter/values.yaml" Made with ❤️️ by updatecli --- charts/rss2twitter/Chart.yaml | 17 ++--------------- charts/rss2twitter/values.yaml | 35 ++++++++++++---------------------- 2 files changed, 14 insertions(+), 38 deletions(-) diff --git a/charts/rss2twitter/Chart.yaml b/charts/rss2twitter/Chart.yaml index 1aba72419..5750a91f7 100644 --- a/charts/rss2twitter/Chart.yaml +++ b/charts/rss2twitter/Chart.yaml @@ -1,18 +1,5 @@ apiVersion: v2 -name: rss2twitter description: A Helm chart for https://github.com/umputun/rss2twitter - -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. +name: rss2twitter type: application - -# This is the chart version. This version number should be incremented each time you make changes -# to the chart and its templates, including the app version. -# Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.3 +version: 0.0.4 diff --git a/charts/rss2twitter/values.yaml b/charts/rss2twitter/values.yaml index 83c8b5901..c84424cdf 100644 --- a/charts/rss2twitter/values.yaml +++ b/charts/rss2twitter/values.yaml @@ -1,49 +1,38 @@ # Default values for rss2twitter. # This is a YAML-formatted file. # Declare variables to be passed into your templates. - replicaCount: 1 - image: repository: umputun/rss2twitter pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.7.0" - + tag: v0.7.0 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" - podAnnotations: {} - podSecurityContext: {} - # fsGroup: 2000 - +# fsGroup: 2000 securityContext: capabilities: drop: - ALL readOnlyRootFilesystem: true runAsUser: 1001 # app - resources: {} - # We usually recommend not to specify default resources and to leave this as a conscious - # choice for the user. This also increases chances charts run on environments with little - # resources, such as Minikube. If you do want to specify resources, uncomment the following - # lines, adjust them as necessary, and remove the curly braces after 'resources:'. - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi - +# We usually recommend not to specify default resources and to leave this as a conscious +# choice for the user. This also increases chances charts run on environments with little +# resources, such as Minikube. If you do want to specify resources, uncomment the following +# lines, adjust them as necessary, and remove the curly braces after 'resources:'. +# limits: +# cpu: 100m +# memory: 128Mi +# requests: +# cpu: 100m +# memory: 128Mi nodeSelector: {} - tolerations: [] - affinity: {} - env: rssFeed: http://lorem-rss.herokuapp.com/feed?unit=second&interval=30 rssRefreshRate: 1m From aa3e3262d49d3df5a2715662a57052caee4854bc Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 13 Jun 2023 11:28:09 +0000 Subject: [PATCH 142/205] chore: key "$.image.tag" updated from "\"0.0.127\"" to "0.0.127", in ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... file "charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index 4b8e4fcbf..19121bcb0 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.3.79 +version: 0.3.80 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index efa4f8b57..4424d34a6 100644 --- a/charts/wiki/values.yaml +++ b/charts/wiki/values.yaml @@ -1,13 +1,12 @@ # Default values for wiki. # This is a YAML-formatted file. # Declare variables to be passed into your templates. - replicaCount: 1 image: repository: jenkinsciinfra/wiki pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.0.127" + tag: 0.0.127 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" @@ -22,7 +21,6 @@ serviceAccount: podAnnotations: {} podSecurityContext: {} # fsGroup: 2000 - securityContext: {} # capabilities: # drop: @@ -30,7 +28,6 @@ securityContext: {} # readOnlyRootFilesystem: true # runAsNonRoot: true # runAsUser: 1000 - service: type: ClusterIP port: 80 @@ -60,7 +57,6 @@ resources: {} # requests: # cpu: 100m # memory: 128Mi - autoscaling: enabled: false minReplicas: 1 From bfdc4afd17e69e9de969cd299fd278d00e372a97 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 13 Jun 2023 21:26:16 +0000 Subject: [PATCH 143/205] chore: key "$.image.mirrorbits.tag" updated from "0.1.84" to "0.1.85"... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... , in file "charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 9c635c4e5..4ead931c5 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.48.1 +version: 0.48.2 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 4ccdb6363..ffecbe0d9 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -7,7 +7,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: 0.1.84 + tag: 0.1.85 pullPolicy: Always files: repository: httpd@sha256 From 912197eb170b594ee12952d0076db443f3ccf3d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Wed, 14 Jun 2023 17:56:09 +0200 Subject: [PATCH 144/205] cleanup: remove `mirror.azure.jenkins.io` from `mirrorbits` helm chart README (#534) --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/README.md | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 4ead931c5..a2cdc5b46 100644 --- a/charts/mirrorbits/Chart.yaml +++ b/charts/mirrorbits/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v0.5.1 +appVersion: v0.5.2 description: Mirrobits helm chart for Kubernetes maintainers: - email: me@olblak.com diff --git a/charts/mirrorbits/README.md b/charts/mirrorbits/README.md index 4ee133a8a..3cb3d4f85 100644 --- a/charts/mirrorbits/README.md +++ b/charts/mirrorbits/README.md @@ -101,10 +101,6 @@ mirrorbits add -http https://mirror.gruenehoelle.nl/jenkins/ -rsync rsync://esme mirrorbits add -http https://ftp.halifax.rwth-aachen.de/jenkins/ -rsync rsync://ftp.halifax.rwth-aachen.de/jenkins/ -ftp ftp://ftp.halifax.rwth-aachen.de/jenkins/ -admin-name "ftp@halifax.rwth-aachen.de" -admin-email "ftp@halifax.rwth-aachen.de" rwth-aachen.de -# `20.62.81.57` is a dynamic generated IP retrieved using command `kubectl get service -n mirror mirror-rsyncd` -# `20.62.81.57` can be replaced by `mirror-rsyncd.mirror` if on the same kubernetes cluster -mirrorbits add -http https://mirror.azure.jenkins.io/ -rsync rsync://mirror-rsyncd.mirror/jenkins/ -admin-name "Jenkins Infrastructure" -admin-email "jenkinsci-infra@googlegroups.com" mirror.azure.jenkins.io - mirrorbits add -http https://ftp.belnet.be/mirror/jenkins/ -rsync rsync://rsync.belnet.be -admin-name "Belnet" -admin-email "ftpmaint@belnet.be" ftp.belnet.be ``` # Low priority mirrors From 387d7a71afa78cb0dd6a1807cf31e72ddc1addd7 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 14 Jun 2023 21:25:21 +0000 Subject: [PATCH 145/205] chore: key "$.image.files.tag" updated from "a6522910f36f4f6d1dde6bd3... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... a605ef11f7ffd6fc6d37df7067c40faaeb236319" to "760413d133979e7cc5ced07d8c323e7b68bb48b4e114f8898c2f2d6af82e2424", in file "charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index a2cdc5b46..3511baff6 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.48.2 +version: 0.49.0 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index ffecbe0d9..9ccd27a9f 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -11,7 +11,7 @@ image: pullPolicy: Always files: repository: httpd@sha256 - tag: a6522910f36f4f6d1dde6bd3a605ef11f7ffd6fc6d37df7067c40faaeb236319 + tag: 760413d133979e7cc5ced07d8c323e7b68bb48b4e114f8898c2f2d6af82e2424 pullPolicy: Always imagePullSecrets: [] nameOverride: "" From 32b6f33ed1b9843861b3272b9255306e4aafc53f Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 14 Jun 2023 23:26:39 +0000 Subject: [PATCH 146/205] chore: key "$.image.tag" updated from "0.4.11" to "0.4.12", in file "... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 15 ++++++--------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 800b47fbb..71d2090b1 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.5.9 +version: 0.5.10 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 6610d39cd..aeb991148 100644 --- a/charts/accountapp/values.yaml +++ b/charts/accountapp/values.yaml @@ -1,11 +1,10 @@ # Default values for accounts. # This is a YAML-formatted file. # Declare variables to be passed into your templates. - replicaCount: 1 image: repository: jenkinsciinfra/account-app - tag: 0.4.11 + tag: 0.4.12 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" @@ -29,9 +28,7 @@ ingress: # - secretName: accounts-tls # hosts: # - accounts.jenkins.io - -resources: -# We usually recommend not to specify default resources and to leave this as a conscious +resources: # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. @@ -48,10 +45,10 @@ ldap: url: ldaps://ldap.jenkins.io:636/ managerDn: cn=admin,dc=jenkins-ci,dc=org newUserBaseDn: ou=people,dc=jenkins-ci,dc=org - password: + password: null jira: username: accountapp - password: + password: null url: https://issues.jenkins.io/ seats: 2 seniority: 12 @@ -60,8 +57,8 @@ smtp: server: smtp.sendgrid.net sender: admin@jenkins-ci.org port: 587 - user: - password: + user: null + password: null appUrl: https://accounts.jenkins.io election: open: 1970-01-01 From 9c0936ce17a764463741926ec73f29ba07224470 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 16 Jun 2023 04:27:29 +0000 Subject: [PATCH 147/205] chore: key "$.image.tag" updated from "0.0.127" to "0.0.128", in file... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... "charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index 19121bcb0..814b25a59 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.3.80 +version: 0.3.81 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index 4424d34a6..865d4631e 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.0.127 + tag: 0.0.128 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 1a00d5d88e3ccb3cdd2be1cd1eff59edd8ddf3e0 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 20 Jun 2023 21:26:27 +0000 Subject: [PATCH 148/205] chore: key "$.image.mirrorbits.tag" updated from "0.1.85" to "0.1.86"... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... , in file "charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 3511baff6..9f8cae643 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.49.0 +version: 0.49.1 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 9ccd27a9f..774806518 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -7,7 +7,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: 0.1.85 + tag: 0.1.86 pullPolicy: Always files: repository: httpd@sha256 From 907c69290de959373d73459734a8390f6af10be5 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 21 Jun 2023 20:26:22 +0000 Subject: [PATCH 149/205] chore: key "$.image.tag" updated from "0.4.12" to "0.4.13", in file "... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 71d2090b1..4dc198a65 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.5.10 +version: 0.5.11 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index aeb991148..7d089c811 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.12 + tag: 0.4.13 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 197ed2c65df0383507e55123003218c6d1c1305a Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 21 Jun 2023 23:30:38 +0000 Subject: [PATCH 150/205] chore: key "$.image.tag" updated from "0.4.13" to "0.4.14", in file "... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 4dc198a65..2f14df897 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.5.11 +version: 0.5.12 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 7d089c811..5f42c0c61 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.13 + tag: 0.4.14 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From bc2c0dd003f164a8e7710656d88881785415374d Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Thu, 22 Jun 2023 14:26:37 +0000 Subject: [PATCH 151/205] chore: key "$.image.tag" updated from "v2.4.2" to "v2.5.0", in file "... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... charts/plugin-health-scoring/values.yaml" Made with ❤️️ by updatecli --- charts/plugin-health-scoring/Chart.yaml | 2 +- charts/plugin-health-scoring/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/plugin-health-scoring/Chart.yaml b/charts/plugin-health-scoring/Chart.yaml index 7873d82bf..c68939a28 100644 --- a/charts/plugin-health-scoring/Chart.yaml +++ b/charts/plugin-health-scoring/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 description: A Helm chart for Kubernetes name: plugin-health-scoring type: application -version: 2.1.8 +version: 2.1.9 diff --git a/charts/plugin-health-scoring/values.yaml b/charts/plugin-health-scoring/values.yaml index 483a018fb..6dff52c06 100644 --- a/charts/plugin-health-scoring/values.yaml +++ b/charts/plugin-health-scoring/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: "jenkinsciinfra/plugin-health-scoring" pullPolicy: IfNotPresent - tag: v2.4.2 + tag: v2.5.0 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 7a887b0791f7a6523e54751d1b008d732ffdf7ce Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 23 Jun 2023 04:26:54 +0000 Subject: [PATCH 152/205] chore: key "$.image.tag" updated from "0.0.128" to "0.0.129", in file... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... "charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index 814b25a59..847ea117b 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.3.81 +version: 0.3.82 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index 865d4631e..6e406d8b3 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.0.128 + tag: 0.0.129 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From ffa1d37ba7b7e0230eb9a6a8031569be077d8efa Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 27 Jun 2023 21:27:01 +0000 Subject: [PATCH 153/205] chore: key "$.image.mirrorbits.tag" updated from "0.1.86" to "0.1.87"... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... , in file "charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 9f8cae643..20e6ca858 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.49.1 +version: 0.49.2 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 774806518..132ebc69a 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -7,7 +7,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: 0.1.86 + tag: 0.1.87 pullPolicy: Always files: repository: httpd@sha256 From 116f05d9658a779cece4359ffeb0c8a57ba5f9f3 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 28 Jun 2023 09:26:31 +0000 Subject: [PATCH 154/205] chore: key "$.image.tag" updated from "0.4.14" to "0.4.15", in file "... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 2f14df897..af4e8163a 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.5.12 +version: 0.5.13 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 5f42c0c61..7fd018a7e 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.14 + tag: 0.4.15 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From d1f93a306505e9041e18c421246e3a45661ff41b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Wed, 28 Jun 2023 17:19:23 +0200 Subject: [PATCH 155/205] feat: new chart (#544) --- charts/ipv6-lb-service/.helmignore | 23 +++++++++++++ charts/ipv6-lb-service/Chart.yaml | 5 +++ .../templates/ipv6-lb-service.yaml | 33 +++++++++++++++++++ charts/ipv6-lb-service/values.yaml | 6 ++++ 4 files changed, 67 insertions(+) create mode 100644 charts/ipv6-lb-service/.helmignore create mode 100644 charts/ipv6-lb-service/Chart.yaml create mode 100644 charts/ipv6-lb-service/templates/ipv6-lb-service.yaml create mode 100644 charts/ipv6-lb-service/values.yaml diff --git a/charts/ipv6-lb-service/.helmignore b/charts/ipv6-lb-service/.helmignore new file mode 100644 index 000000000..0e8a0eb36 --- /dev/null +++ b/charts/ipv6-lb-service/.helmignore @@ -0,0 +1,23 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*.orig +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ diff --git a/charts/ipv6-lb-service/Chart.yaml b/charts/ipv6-lb-service/Chart.yaml new file mode 100644 index 000000000..87978d707 --- /dev/null +++ b/charts/ipv6-lb-service/Chart.yaml @@ -0,0 +1,5 @@ +apiVersion: v2 +name: ipv6-lb-service +description: A Helm chart for Kubernetes to add an additional LB service dedicated to IPv6 +type: application +version: 0.1.0 diff --git a/charts/ipv6-lb-service/templates/ipv6-lb-service.yaml b/charts/ipv6-lb-service/templates/ipv6-lb-service.yaml new file mode 100644 index 000000000..cb281a5e1 --- /dev/null +++ b/charts/ipv6-lb-service/templates/ipv6-lb-service.yaml @@ -0,0 +1,33 @@ +apiVersion: v1 +kind: Service +metadata: + annotations: + service.beta.kubernetes.io/azure-load-balancer-internal: "false" + service.beta.kubernetes.io/azure-load-balancer-ipv6: {{ .Values.ipv6 | quote }} + labels: + app.kubernetes.io/component: {{ .Values.app.component }} + app.kubernetes.io/instance: {{ .Values.app.instance }} + app.kubernetes.io/name: {{ .Values.app.name }} + # app.kubernetes.io/part-of: {{ .Release.name }} + name: {{ .Values.app.instance }}-{{ .Values.app.name }}-{{ .Values.app.component }}-ipv6 +spec: + type: LoadBalancer + externalTrafficPolicy: Local + ipFamilyPolicy: RequireDualStack + ipFamilies: + - IPv6 + ports: + - name: http + port: 80 + protocol: TCP + targetPort: http + appProtocol: http + - name: https + port: 443 + protocol: TCP + targetPort: https + appProtocol: https + selector: + app.kubernetes.io/name: {{ .Values.app.name }} + app.kubernetes.io/instance: {{ .Values.app.instance }} + app.kubernetes.io/component: {{ .Values.app.component }} diff --git a/charts/ipv6-lb-service/values.yaml b/charts/ipv6-lb-service/values.yaml new file mode 100644 index 000000000..b9730d1b8 --- /dev/null +++ b/charts/ipv6-lb-service/values.yaml @@ -0,0 +1,6 @@ +ipv6: "" +app: + name: "" + component: "" + instance: "" + # partOf: "" From af3c677c50ce9c1d8e7efd72037d2d25610ba55a Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 28 Jun 2023 23:25:07 +0000 Subject: [PATCH 156/205] chore: key "$.image.tag" updated from "0.4.15" to "0.4.16", in file "... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index af4e8163a..c6a2bd3cf 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.5.13 +version: 0.5.14 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 7fd018a7e..bf0e390f0 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.15 + tag: 0.4.16 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 245c9da4b80a63e7b7afec8e5d9fda99d516ecb1 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Thu, 29 Jun 2023 08:28:30 +0000 Subject: [PATCH 157/205] chore: key "$.image.mirrorbits.tag" updated from "0.1.87" to "0.1.88"... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... , in file "charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 20e6ca858..2a833747f 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.49.2 +version: 0.49.3 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 132ebc69a..bed6de087 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -7,7 +7,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: 0.1.87 + tag: 0.1.88 pullPolicy: Always files: repository: httpd@sha256 From 6b24bb040b4f100c80645f3d4ed196e5b1b42aa5 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Thu, 29 Jun 2023 08:28:43 +0000 Subject: [PATCH 158/205] chore: key "$.image.tag" updated from "0.0.129" to "0.0.130", in file... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... "charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index 847ea117b..7d4679358 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.3.82 +version: 0.3.83 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index 6e406d8b3..37a15ffd1 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.0.129 + tag: 0.0.130 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 6ca7d6455fbc42ead02429e1716ed2b9d5235dfc Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 30 Jun 2023 04:24:54 +0000 Subject: [PATCH 159/205] chore: key "$.image.tag" updated from "0.0.130" to "0.0.131", in file... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... "charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index 7d4679358..4f0847341 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.3.83 +version: 0.3.84 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index 37a15ffd1..07fb1aaf5 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.0.130 + tag: 0.0.131 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From be02fcea71e04d4e149b5c194d33a84414e576a1 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 30 Jun 2023 20:26:27 +0000 Subject: [PATCH 160/205] chore: key "$.image.tag" updated from "0.4.16" to "0.4.17", in file "... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index c6a2bd3cf..0e770e10a 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.5.14 +version: 0.5.15 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index bf0e390f0..fdb5c3dd9 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.16 + tag: 0.4.17 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From c896a3bb1ba11b73f7e2560612496a4aa461ea7c Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 4 Jul 2023 12:51:12 +0000 Subject: [PATCH 161/205] chore: key "$.image.tag" updated from "v1.5.0" to "1.5.1", in file "c... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... harts/incrementals-publisher/values.yaml" Made with ❤️️ by updatecli --- charts/incrementals-publisher/Chart.yaml | 2 +- charts/incrementals-publisher/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/incrementals-publisher/Chart.yaml b/charts/incrementals-publisher/Chart.yaml index b5b2903a0..b54850b16 100644 --- a/charts/incrementals-publisher/Chart.yaml +++ b/charts/incrementals-publisher/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: incrementals-publisher name: incrementals-publisher -version: 0.5.2 +version: 0.5.3 diff --git a/charts/incrementals-publisher/values.yaml b/charts/incrementals-publisher/values.yaml index 3a5715f26..cc9a85158 100644 --- a/charts/incrementals-publisher/values.yaml +++ b/charts/incrementals-publisher/values.yaml @@ -4,7 +4,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/incrementals-publisher - tag: v1.5.0 + tag: 1.5.1 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 51f8e0c6f39472b4e71c87de175e2ab74a32cf21 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 4 Jul 2023 13:25:49 +0000 Subject: [PATCH 162/205] chore: key "$.image.tag" updated from "1.5.1" to "1.5.2", in file "ch... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... arts/incrementals-publisher/values.yaml" Made with ❤️️ by updatecli --- charts/incrementals-publisher/Chart.yaml | 2 +- charts/incrementals-publisher/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/incrementals-publisher/Chart.yaml b/charts/incrementals-publisher/Chart.yaml index b54850b16..e4e146d08 100644 --- a/charts/incrementals-publisher/Chart.yaml +++ b/charts/incrementals-publisher/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: incrementals-publisher name: incrementals-publisher -version: 0.5.3 +version: 0.5.4 diff --git a/charts/incrementals-publisher/values.yaml b/charts/incrementals-publisher/values.yaml index cc9a85158..a85978612 100644 --- a/charts/incrementals-publisher/values.yaml +++ b/charts/incrementals-publisher/values.yaml @@ -4,7 +4,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/incrementals-publisher - tag: 1.5.1 + tag: 1.5.2 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From a6ce5e593a45a426215e7d0fe723c55ecf23c3cd Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 4 Jul 2023 13:25:54 +0000 Subject: [PATCH 163/205] chore: key "$.image.tag" updated from "v1.16.0" to "v1.18.0", in file... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... "charts/ircbot/values.yaml" Made with ❤️️ by updatecli --- charts/ircbot/Chart.yaml | 2 +- charts/ircbot/values.yaml | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/charts/ircbot/Chart.yaml b/charts/ircbot/Chart.yaml index fcbcb2d3e..6c1cc2ae2 100644 --- a/charts/ircbot/Chart.yaml +++ b/charts/ircbot/Chart.yaml @@ -4,4 +4,4 @@ maintainers: - name: timja - name: slide name: ircbot -version: 0.2.8 +version: 0.2.9 diff --git a/charts/ircbot/values.yaml b/charts/ircbot/values.yaml index 29894e4f1..c9d4c9ad1 100644 --- a/charts/ircbot/values.yaml +++ b/charts/ircbot/values.yaml @@ -1,16 +1,14 @@ # Default values for plugins. # This is a YAML-formatted file. # Declare variables to be passed into your templates. - replicaCount: 1 image: repository: jenkinsciinfra/ircbot - tag: v1.16.0 + tag: v1.18.0 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" -resources: -# We usually recommend not to specify default resources and to leave this as a conscious +resources: # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. @@ -24,9 +22,9 @@ nodeSelector: {} tolerations: [] affinity: {} github: - username: - password: + username: null + password: null jira: - username: - password: -ircNickPassword: + username: null + password: null +ircNickPassword: null From b0749a4a2c2e3ede7ecf3f12be8b6d1f6117c8d1 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 4 Jul 2023 14:25:22 +0000 Subject: [PATCH 164/205] chore: key "$.image.tag" updated from "1.5.2" to "1.5.5", in file "ch... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... arts/incrementals-publisher/values.yaml" Made with ❤️️ by updatecli --- charts/incrementals-publisher/Chart.yaml | 2 +- charts/incrementals-publisher/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/incrementals-publisher/Chart.yaml b/charts/incrementals-publisher/Chart.yaml index e4e146d08..56fff0c07 100644 --- a/charts/incrementals-publisher/Chart.yaml +++ b/charts/incrementals-publisher/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: incrementals-publisher name: incrementals-publisher -version: 0.5.4 +version: 0.5.5 diff --git a/charts/incrementals-publisher/values.yaml b/charts/incrementals-publisher/values.yaml index a85978612..a7ddf0ebc 100644 --- a/charts/incrementals-publisher/values.yaml +++ b/charts/incrementals-publisher/values.yaml @@ -4,7 +4,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/incrementals-publisher - tag: 1.5.2 + tag: 1.5.5 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From b6a8bded30578041125d867421ed27e5919fc76f Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 4 Jul 2023 14:25:29 +0000 Subject: [PATCH 165/205] chore: key "$.image.files.tag" updated from "760413d133979e7cc5ced07d... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 8c323e7b68bb48b4e114f8898c2f2d6af82e2424" to "2850eccbfe94484327e2107255242bd06fa596a2375860102e5d215d5943c9e6", in file "charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 2a833747f..818c9dfbc 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.49.3 +version: 0.50.0 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index bed6de087..6b511db5b 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -11,7 +11,7 @@ image: pullPolicy: Always files: repository: httpd@sha256 - tag: 760413d133979e7cc5ced07d8c323e7b68bb48b4e114f8898c2f2d6af82e2424 + tag: 2850eccbfe94484327e2107255242bd06fa596a2375860102e5d215d5943c9e6 pullPolicy: Always imagePullSecrets: [] nameOverride: "" From 35de51bc6d9135be08d7fac81f7502ac5bf4a480 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 4 Jul 2023 16:24:39 +0000 Subject: [PATCH 166/205] chore: key "$.image.tag" updated from "1.5.5" to "1.5.12", in file "c... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... harts/incrementals-publisher/values.yaml" Made with ❤️️ by updatecli --- charts/incrementals-publisher/Chart.yaml | 2 +- charts/incrementals-publisher/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/incrementals-publisher/Chart.yaml b/charts/incrementals-publisher/Chart.yaml index 56fff0c07..3fc926045 100644 --- a/charts/incrementals-publisher/Chart.yaml +++ b/charts/incrementals-publisher/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: incrementals-publisher name: incrementals-publisher -version: 0.5.5 +version: 0.5.6 diff --git a/charts/incrementals-publisher/values.yaml b/charts/incrementals-publisher/values.yaml index a7ddf0ebc..821040b46 100644 --- a/charts/incrementals-publisher/values.yaml +++ b/charts/incrementals-publisher/values.yaml @@ -4,7 +4,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/incrementals-publisher - tag: 1.5.5 + tag: 1.5.12 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 655584e5d4d7a6ef9324652c93568a56598146c4 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 4 Jul 2023 21:26:41 +0000 Subject: [PATCH 167/205] chore: key "$.image.mirrorbits.tag" updated from "0.1.88" to "0.1.89"... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... , in file "charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 818c9dfbc..dfe10a0b8 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.50.0 +version: 0.50.1 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 6b511db5b..f143eaf0f 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -7,7 +7,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: 0.1.88 + tag: 0.1.89 pullPolicy: Always files: repository: httpd@sha256 From a12691a3f4cbe570d9f9c5204f1ac24398e892f1 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 22:49:32 +0200 Subject: [PATCH 168/205] Bump incrementals-publisher docker image version to 1.5.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... charts/incrementals-publisher/values.yaml" Made with ❤️️ by updatecli Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- charts/incrementals-publisher/Chart.yaml | 2 +- charts/incrementals-publisher/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/incrementals-publisher/Chart.yaml b/charts/incrementals-publisher/Chart.yaml index 3fc926045..c06339e79 100644 --- a/charts/incrementals-publisher/Chart.yaml +++ b/charts/incrementals-publisher/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: incrementals-publisher name: incrementals-publisher -version: 0.5.6 +version: 0.5.7 diff --git a/charts/incrementals-publisher/values.yaml b/charts/incrementals-publisher/values.yaml index 821040b46..4e7e345e0 100644 --- a/charts/incrementals-publisher/values.yaml +++ b/charts/incrementals-publisher/values.yaml @@ -4,7 +4,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/incrementals-publisher - tag: 1.5.12 + tag: 1.5.14 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 9c636e1cea7ddbd68629797516dfef2cc3ae95b7 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 5 Jul 2023 23:25:36 +0000 Subject: [PATCH 169/205] chore: key "$.image.tag" updated from "0.4.17" to "0.4.18", in file "... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 0e770e10a..0a2a466af 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.5.15 +version: 0.5.16 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index fdb5c3dd9..28afb8b60 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.17 + tag: 0.4.18 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 77d1a4465962c1042802e43ebaadc9738bc088f8 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Thu, 6 Jul 2023 09:59:04 +0000 Subject: [PATCH 170/205] chore: key "$.env.UNITTEST_VERSION" updated from "v0.3.2" to "v0.3.3"... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... , in file ".github/workflows/test.yml" Made with ❤️️ by updatecli --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 347e6beca..40d290cab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,10 +1,10 @@ name: Test Charts on: - push: - pull_request: - workflow_dispatch: + push: null + pull_request: null + workflow_dispatch: null env: - UNITTEST_VERSION: v0.3.2 + UNITTEST_VERSION: v0.3.3 jobs: unit-tests: runs-on: ubuntu-latest From fe537874ffbb2b55be8a2ab7e1346fb4ebc14380 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 7 Jul 2023 04:25:54 +0000 Subject: [PATCH 171/205] chore: key "$.image.tag" updated from "0.0.131" to "0.0.132", in file... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... "charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index 4f0847341..1f277117b 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.3.84 +version: 0.3.85 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index 07fb1aaf5..342a5a32b 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.0.131 + tag: 0.0.132 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 669146cb4fe4dca97403db8b1be220e23f8bf17a Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 11 Jul 2023 09:26:22 +0000 Subject: [PATCH 172/205] chore: key "$.image.tag" updated from "0.4.18" to "0.4.19", in file "... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 0a2a466af..ce3bb7986 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.5.16 +version: 0.5.17 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 28afb8b60..ac848abae 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.18 + tag: 0.4.19 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 922e0bae5b1a8175fa1e9541263c73c38f5413e7 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 11 Jul 2023 21:26:18 +0000 Subject: [PATCH 173/205] chore: key "$.image.mirrorbits.tag" updated from "0.1.89" to "0.1.90"... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... , in file "charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index dfe10a0b8..79d27e1df 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.50.1 +version: 0.50.2 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index f143eaf0f..1569fde18 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -7,7 +7,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: 0.1.89 + tag: 0.1.90 pullPolicy: Always files: repository: httpd@sha256 From fc4f92f583e8479cc1d62d71ae39c919f6b66f96 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 12 Jul 2023 19:26:48 +0000 Subject: [PATCH 174/205] chore: key "$.geoipupdate.image.tag" updated from "v5.1.1" to "v6.0.0... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ", in file "charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 79d27e1df..a40160080 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.50.2 +version: 0.51.0 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 1569fde18..5f21a09a3 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -73,7 +73,7 @@ affinity: {} geoipupdate: image: repository: maxmindinc/geoipupdate - tag: v5.1.1 + tag: v6.0.0 #account_id: #license_key: editions: GeoLite2-ASN GeoLite2-City GeoLite2-Country From 467b5a9ed3e1f6fe1dca1fa72ba04f7c9c05756a Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 12 Jul 2023 23:27:57 +0000 Subject: [PATCH 175/205] chore: key "$.image.tag" updated from "0.4.19" to "0.4.20", in file "... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index ce3bb7986..b1d196c75 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.5.17 +version: 0.5.18 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index ac848abae..dc7c13dec 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.19 + tag: 0.4.20 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From afcab9882ed8a2a1de6c934c95703b9cfdb9bd99 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 14 Jul 2023 04:27:24 +0000 Subject: [PATCH 176/205] chore: key "$.image.tag" updated from "0.0.132" to "0.0.133", in file... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... "charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index 1f277117b..a5ce39405 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.3.85 +version: 0.3.86 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index 342a5a32b..18e35b9b4 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.0.132 + tag: 0.0.133 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 2cfded2a41a940bf9b0aebf2fb01086ec5c057f3 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 19 Jul 2023 14:26:20 +0000 Subject: [PATCH 177/205] chore: key "$.image.tag" updated from "v2.5.0" to "v2.6.0", in file "... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... charts/plugin-health-scoring/values.yaml" Made with ❤️️ by updatecli --- charts/plugin-health-scoring/Chart.yaml | 2 +- charts/plugin-health-scoring/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/plugin-health-scoring/Chart.yaml b/charts/plugin-health-scoring/Chart.yaml index c68939a28..d18ebf4d3 100644 --- a/charts/plugin-health-scoring/Chart.yaml +++ b/charts/plugin-health-scoring/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 description: A Helm chart for Kubernetes name: plugin-health-scoring type: application -version: 2.1.9 +version: 2.1.10 diff --git a/charts/plugin-health-scoring/values.yaml b/charts/plugin-health-scoring/values.yaml index 6dff52c06..a37005610 100644 --- a/charts/plugin-health-scoring/values.yaml +++ b/charts/plugin-health-scoring/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: "jenkinsciinfra/plugin-health-scoring" pullPolicy: IfNotPresent - tag: v2.5.0 + tag: v2.6.0 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 3ae6dc38dbd63f99c8c2b61f510a9a896e1e81a0 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 16:13:32 +0000 Subject: [PATCH 178/205] chore: key "$.image.mirrorbits.tag" updated from "0.1.90" to "0.1.91"... (#565) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... , in file "charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> Co-authored-by: Hervé Le Meur <91831478+lemeurherve@users.noreply.github.com> --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index a40160080..ebccccaaf 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.51.0 +version: 0.51.1 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 5f21a09a3..2eec689ee 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -7,7 +7,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: 0.1.90 + tag: 0.1.91 pullPolicy: Always files: repository: httpd@sha256 From 0687c5be8ce15b5aee25c600976e12c7a7e1b78c Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 21 Jul 2023 04:26:54 +0000 Subject: [PATCH 179/205] chore: key "$.image.tag" updated from "0.0.133" to "0.0.134", in file... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... "charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index a5ce39405..c1070d9f5 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.3.86 +version: 0.3.87 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index 18e35b9b4..0298bd32a 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.0.133 + tag: 0.0.134 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 275707c05dad6ee45ddcd4933268925c0718ae34 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 16:11:54 +0200 Subject: [PATCH 180/205] Bump `accountapp` docker image version to 0.4.25 (#567) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: key "$.image.tag" updated from "0.4.20" to "0.4.21", in file "... ... charts/accountapp/values.yaml" Made with ❤️️ by updatecli * chore: key "$.image.tag" updated from "0.4.21" to "0.4.22", in file "... ... charts/accountapp/values.yaml" Made with ❤️️ by updatecli * chore: key "$.image.tag" updated from "0.4.22" to "0.4.23", in file "... ... charts/accountapp/values.yaml" Made with ❤️️ by updatecli * chore: key "$.image.tag" updated from "0.4.23" to "0.4.25", in file "... ... charts/accountapp/values.yaml" Made with ❤️️ by updatecli --------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index b1d196c75..14fce6801 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.5.18 +version: 0.5.22 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index dc7c13dec..16e8d2d28 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.20 + tag: 0.4.25 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 4d393df7b53f0aab06c53f315c644dba1e0c88ae Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 14:14:10 +0000 Subject: [PATCH 181/205] chore: key "$.image.tag" updated from "0.0.133" to "0.0.134", in file... (#568) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... "charts/wiki/values.yaml" Made with ❤️️ by updatecli Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index a5ce39405..c1070d9f5 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.3.86 +version: 0.3.87 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index 18e35b9b4..0298bd32a 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.0.133 + tag: 0.0.134 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 89cefa98057363b6c105b859253b0d548f35ccb5 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 25 Jul 2023 21:27:15 +0000 Subject: [PATCH 182/205] chore: key "$.image.mirrorbits.tag" updated from "0.1.91" to "0.1.92"... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... , in file "charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index ebccccaaf..941e5ccc0 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.51.1 +version: 0.51.2 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 2eec689ee..fb2211f79 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -7,7 +7,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: 0.1.91 + tag: 0.1.92 pullPolicy: Always files: repository: httpd@sha256 From 0bee368781164a617f4a370cac95345a87ad3b98 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 26 Jul 2023 23:24:40 +0000 Subject: [PATCH 183/205] chore: key "$.image.tag" updated from "0.4.25" to "0.4.26", in file "... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 14fce6801..4725a3b71 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.5.22 +version: 0.5.23 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 16e8d2d28..0f5880e19 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.25 + tag: 0.4.26 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 28785152f3295c821742d52e6fbb8280f1ebc851 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 28 Jul 2023 02:26:49 +0000 Subject: [PATCH 184/205] chore: key "$.image.files.tag" updated from "2850eccbfe94484327e21072... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 55242bd06fa596a2375860102e5d215d5943c9e6" to "c5624d7cea88f123321843ec5d12ced1b2acab0e2dc861ed737269894ed890a3", in file "charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 941e5ccc0..1a1feb517 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.51.2 +version: 0.52.0 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index fb2211f79..c7fe0f333 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -11,7 +11,7 @@ image: pullPolicy: Always files: repository: httpd@sha256 - tag: 2850eccbfe94484327e2107255242bd06fa596a2375860102e5d215d5943c9e6 + tag: c5624d7cea88f123321843ec5d12ced1b2acab0e2dc861ed737269894ed890a3 pullPolicy: Always imagePullSecrets: [] nameOverride: "" From e6e269e66124c98548c439e35bdf93b17cb1fe53 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 28 Jul 2023 04:26:37 +0000 Subject: [PATCH 185/205] chore: key "$.image.tag" updated from "0.0.134" to "0.0.135", in file... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... "charts/wiki/values.yaml" Made with ❤️️ by updatecli --- charts/wiki/Chart.yaml | 2 +- charts/wiki/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wiki/Chart.yaml b/charts/wiki/Chart.yaml index c1070d9f5..bf7aa0e70 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.3.87 +version: 0.3.88 diff --git a/charts/wiki/values.yaml b/charts/wiki/values.yaml index 0298bd32a..a5e85e66c 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.0.134 + tag: 0.0.135 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 7b57fdae26465799c1371dbfc85db09e2baef81d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Tue, 1 Aug 2023 18:05:20 +0200 Subject: [PATCH 186/205] chore: update `mirrorbits` README (#573) * chore: update `mirrorbits` README * bump chart version --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 1a1feb517..7bde66bdc 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.52.0 +version: 0.52.1 diff --git a/charts/mirrorbits/README.md b/charts/mirrorbits/README.md index 3cb3d4f85..ce531b8a3 100644 --- a/charts/mirrorbits/README.md +++ b/charts/mirrorbits/README.md @@ -1,10 +1,10 @@ # Mirrorbits -This chart deploys two services [mirrorbits](https://github.com/etix/mirrorbits) and a simple nginx service that return every file +This chart deploys two services [mirrorbits](https://github.com/etix/mirrorbits) and a simple httpd (Apache2) service that return every file A "Quick Start" is available on [etix/mirrorbits](repository) -Docker image used in this chart is defined from [olblak/mirrorbits](https://github.com/olblak/mirrorbits) +Docker image used in this chart is defined from [jenkins-infra/docker-mirrorbits](https://github.com/jenkins-infra/docker-mirrorbits) Parameters can be added to a file url to display various information like: @@ -112,4 +112,4 @@ mirrorbits add -rsync rsync://archives.jenkins.io/jenkins/ -http https://archive ## Links * [Mirrorbits](https://github.com/etix/mirrorbits) - Upstream project -* [Mirrorbits](https://github.com/olblak/mirrorbits) - Docker Image +* [Mirrorbits](https://github.com/jenkins-infra/docker-mirrorbits) - Docker Image From 7f273b2cf154caf7151ef0fa65d4bd48faad06fd Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 1 Aug 2023 16:07:07 +0000 Subject: [PATCH 187/205] chore: key "$.image.tag" updated from "0.4.26" to "0.4.27", in file "... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 4725a3b71..5e54dae77 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.5.23 +version: 0.5.24 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 0f5880e19..6bc8c3798 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.26 + tag: 0.4.27 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From fff35e4be31d2d762f781cf5448fab8195ccf5bc Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 1 Aug 2023 21:26:19 +0000 Subject: [PATCH 188/205] chore: key "$.image.mirrorbits.tag" updated from "0.1.92" to "0.1.93"... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... , in file "charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 7bde66bdc..db772bbda 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.52.1 +version: 0.52.2 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index c7fe0f333..65953408c 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -7,7 +7,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: 0.1.92 + tag: 0.1.93 pullPolicy: Always files: repository: httpd@sha256 From 54c20abe299c03e8cf5be23630f160f8c2b8ed11 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 1 Aug 2023 22:26:37 +0000 Subject: [PATCH 189/205] chore: key "$.env.UNITTEST_VERSION" updated from "v0.3.3" to "v0.3.4"... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... , in file ".github/workflows/test.yml" Made with ❤️️ by updatecli --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 40d290cab..f9f3e868e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: pull_request: null workflow_dispatch: null env: - UNITTEST_VERSION: v0.3.3 + UNITTEST_VERSION: v0.3.4 jobs: unit-tests: runs-on: ubuntu-latest From 7a422b5fe76888fff959f2bda143ae0726665a87 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 2 Aug 2023 23:25:25 +0000 Subject: [PATCH 190/205] chore: key "$.image.tag" updated from "0.4.27" to "0.4.28", in file "... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 5e54dae77..455b5a075 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.5.24 +version: 0.5.25 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 6bc8c3798..10ac337dc 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.27 + tag: 0.4.28 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 4d84d3669d18b388449dea2022a234238229257d Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Fri, 4 Aug 2023 18:32:48 +0200 Subject: [PATCH 191/205] feat(jenkinsio) disable absolute URL in redirects Signed-off-by: Damien Duportal --- charts/jenkinsio/Chart.yaml | 3 ++- charts/jenkinsio/templates/nginx-configmap.yaml | 1 + charts/jenkinsio/templates/zh-configmap.yaml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/jenkinsio/Chart.yaml b/charts/jenkinsio/Chart.yaml index a796b158f..3e43a4f58 100644 --- a/charts/jenkinsio/Chart.yaml +++ b/charts/jenkinsio/Chart.yaml @@ -2,5 +2,6 @@ apiVersion: v1 description: A Helm chart for jenkins.io maintainers: - name: timja +- name: dduportal name: jenkinsio -version: 0.4.0 +version: 0.5.0 diff --git a/charts/jenkinsio/templates/nginx-configmap.yaml b/charts/jenkinsio/templates/nginx-configmap.yaml index 99845bb95..8f41c570a 100644 --- a/charts/jenkinsio/templates/nginx-configmap.yaml +++ b/charts/jenkinsio/templates/nginx-configmap.yaml @@ -26,6 +26,7 @@ data: root /usr/share/nginx/html; location / { + absolute_redirect off; index index.html index.htm; add_header Vary "Accept-Language"; # Language setting diff --git a/charts/jenkinsio/templates/zh-configmap.yaml b/charts/jenkinsio/templates/zh-configmap.yaml index 986906b4b..a9d339890 100644 --- a/charts/jenkinsio/templates/zh-configmap.yaml +++ b/charts/jenkinsio/templates/zh-configmap.yaml @@ -19,6 +19,7 @@ data: root /usr/share/nginx/html; location / { + absolute_redirect off; index index.html index.htm; } From 706f2531b644d6a59263210bf02edecbcbc52451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= Date: Mon, 7 Aug 2023 18:29:30 +0200 Subject: [PATCH 192/205] fix(mirrorbits): use the PVC name defined in values.yaml everywhere --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/templates/deployment.files.yaml | 4 +++- charts/mirrorbits/templates/deployment.yaml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index db772bbda..3718ca0f5 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.52.2 +version: 0.53.0 diff --git a/charts/mirrorbits/templates/deployment.files.yaml b/charts/mirrorbits/templates/deployment.files.yaml index 00865a027..3fd7b6f0b 100644 --- a/charts/mirrorbits/templates/deployment.files.yaml +++ b/charts/mirrorbits/templates/deployment.files.yaml @@ -60,6 +60,8 @@ spec: - name: conf configMap: name: {{ include "mirrorbits.fullname" . }}-files + {{ if .Values.repository.persistentVolumeClaim.enabled -}} - name: binary persistentVolumeClaim: - claimName: {{ include "mirrorbits.fullname" . }}-binary + claimName: {{ .Values.repository.name | default (printf "%s-binary" (include "mirrorbits.fullname" .)) }} + {{- end }} diff --git a/charts/mirrorbits/templates/deployment.yaml b/charts/mirrorbits/templates/deployment.yaml index dbeed40bc..f2d033917 100644 --- a/charts/mirrorbits/templates/deployment.yaml +++ b/charts/mirrorbits/templates/deployment.yaml @@ -126,5 +126,5 @@ spec: {{ if $.Values.repository.persistentVolumeClaim.enabled -}} - name: binary persistentVolumeClaim: - claimName: {{ include "mirrorbits.fullname" . }}-binary + claimName: {{ .Values.repository.name | default (printf "%s-binary" (include "mirrorbits.fullname" .)) }} {{- end -}} From 5b4d494ea4aab5f3142d538a9af71f307e816166 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 8 Aug 2023 08:26:47 +0000 Subject: [PATCH 193/205] chore: key "$.image.tag" updated from "1.5.14" to "1.5.15", in file "... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... charts/incrementals-publisher/values.yaml" Made with ❤️️ by updatecli --- charts/incrementals-publisher/Chart.yaml | 2 +- charts/incrementals-publisher/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/incrementals-publisher/Chart.yaml b/charts/incrementals-publisher/Chart.yaml index c06339e79..570bba8a2 100644 --- a/charts/incrementals-publisher/Chart.yaml +++ b/charts/incrementals-publisher/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: incrementals-publisher name: incrementals-publisher -version: 0.5.7 +version: 0.5.8 diff --git a/charts/incrementals-publisher/values.yaml b/charts/incrementals-publisher/values.yaml index 4e7e345e0..19a259c1f 100644 --- a/charts/incrementals-publisher/values.yaml +++ b/charts/incrementals-publisher/values.yaml @@ -4,7 +4,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/incrementals-publisher - tag: 1.5.14 + tag: 1.5.15 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 6ac08a8ef218dc04cceeb8cf6aae29e4036aeb3a Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 8 Aug 2023 16:26:20 +0000 Subject: [PATCH 194/205] chore: key "$.image.tag" updated from "v1.18.0" to "v1.19.0", in file... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... "charts/ircbot/values.yaml" Made with ❤️️ by updatecli --- charts/ircbot/Chart.yaml | 2 +- charts/ircbot/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/ircbot/Chart.yaml b/charts/ircbot/Chart.yaml index 6c1cc2ae2..c409a359b 100644 --- a/charts/ircbot/Chart.yaml +++ b/charts/ircbot/Chart.yaml @@ -4,4 +4,4 @@ maintainers: - name: timja - name: slide name: ircbot -version: 0.2.9 +version: 0.2.10 diff --git a/charts/ircbot/values.yaml b/charts/ircbot/values.yaml index c9d4c9ad1..f39f8dbc3 100644 --- a/charts/ircbot/values.yaml +++ b/charts/ircbot/values.yaml @@ -4,7 +4,7 @@ replicaCount: 1 image: repository: jenkinsciinfra/ircbot - tag: v1.18.0 + tag: v1.19.0 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From faf6d88acd42aeaae52dfadeca1c930698b61226 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 8 Aug 2023 21:27:13 +0000 Subject: [PATCH 195/205] chore: key "$.image.mirrorbits.tag" updated from "0.1.93" to "0.1.94"... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... , in file "charts/mirrorbits/values.yaml" Made with ❤️️ by updatecli --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 3718ca0f5..8a6631159 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.53.0 +version: 0.53.1 diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 65953408c..69bd33b2b 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -7,7 +7,7 @@ replicaCount: image: mirrorbits: repository: jenkinsciinfra/mirrorbits - tag: 0.1.93 + tag: 0.1.94 pullPolicy: Always files: repository: httpd@sha256 From 2fb9a3da870e19ab3d638ccd6f544b5743c7d62b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= Date: Wed, 9 Aug 2023 17:44:16 +0200 Subject: [PATCH 196/205] fix(mirrorbits): remove commented code block --- charts/mirrorbits/templates/deployment.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/charts/mirrorbits/templates/deployment.yaml b/charts/mirrorbits/templates/deployment.yaml index f2d033917..13e6052cd 100644 --- a/charts/mirrorbits/templates/deployment.yaml +++ b/charts/mirrorbits/templates/deployment.yaml @@ -53,18 +53,6 @@ spec: port: 8080 resources: {{- toYaml .Values.resources.mirrorbits | nindent 12 }} -# - name: crond -# image: "{{ .Values.image.mirrorbits.repository }}:{{ .Values.image.mirrorbits.tag }}-cron" -# imagePullPolicy: {{ .Values.image.mirrorbits.pullPolicy }} -# securityContext: -# allowPrivilegeEscalation: false -# resources: -# {{- toYaml .Values.resources.mirrorbits | nindent 12 }} -# volumeMounts: -# {{ if $.Values.repository.persistentVolumeClaim.enabled -}} -# - name: binary -# mountPath: /srv/repo -# {{- end }} - name: geoipupdate image: "{{ .Values.geoipupdate.image.repository }}:{{ .Values.geoipupdate.image.tag }}" imagePullPolicy: {{ .Values.image.mirrorbits.pullPolicy }} From 992bf63bf9db081e5ee85fd9ae2440f708984a49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= Date: Wed, 9 Aug 2023 17:46:26 +0200 Subject: [PATCH 197/205] bump chart --- charts/mirrorbits/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 8a6631159..ed13b0c7e 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.53.1 +version: 0.53.2 From a345f10a82f9ec6ce5f81c5fdf1ebfb2dddb58f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Wed, 9 Aug 2023 18:17:08 +0200 Subject: [PATCH 198/205] chore(mirrorbits): add unit testing (#586) * chore(mirrorbits): add unit testing * Update charts/mirrorbits/Chart.yaml Co-authored-by: Damien Duportal --------- Co-authored-by: Damien Duportal --- .github/workflows/test.yml | 1 + charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/tests/default_secrets_values.yaml | 3 +++ charts/mirrorbits/tests/defaults_test.yaml | 12 ++++++++++++ 4 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 charts/mirrorbits/tests/default_secrets_values.yaml create mode 100644 charts/mirrorbits/tests/defaults_test.yaml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f9f3e868e..f2717a2a3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,7 @@ jobs: - httpredirector - jenkins-jobs - jenkins-kubernetes-agents + - mirrorbits - plugin-health-scoring fail-fast: false steps: diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index ed13b0c7e..bf985749c 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.53.2 +version: 0.53.3 diff --git a/charts/mirrorbits/tests/default_secrets_values.yaml b/charts/mirrorbits/tests/default_secrets_values.yaml new file mode 100644 index 000000000..4b536a59d --- /dev/null +++ b/charts/mirrorbits/tests/default_secrets_values.yaml @@ -0,0 +1,3 @@ +geoipupdate: + account_id: my-account-id + license_key: my-license-key diff --git a/charts/mirrorbits/tests/defaults_test.yaml b/charts/mirrorbits/tests/defaults_test.yaml new file mode 100644 index 000000000..c1a7f23ff --- /dev/null +++ b/charts/mirrorbits/tests/defaults_test.yaml @@ -0,0 +1,12 @@ +suite: default tests +values: + - ../values.yaml + - default_secrets_values.yaml +templates: + - ingress.yaml +tests: + - it: should not create any ingress by default + template: ingress.yaml + asserts: + - hasDocuments: + count: 0 From 338c88a08743a6226efb80468ef5fac0f06c2fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= Date: Wed, 9 Aug 2023 18:23:20 +0200 Subject: [PATCH 199/205] add custom tests to catch service label error when overriding the name of full name --- charts/mirrorbits/Chart.yaml | 2 +- .../mirrorbits/tests/custom_values_test.yaml | 34 +++++++++++++++++++ charts/mirrorbits/tests/defaults_test.yaml | 28 +++++++++++++++ 3 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 charts/mirrorbits/tests/custom_values_test.yaml diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index bf985749c..c65753ec8 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.53.3 +version: 0.54.0 diff --git a/charts/mirrorbits/tests/custom_values_test.yaml b/charts/mirrorbits/tests/custom_values_test.yaml new file mode 100644 index 000000000..4c23a7a7d --- /dev/null +++ b/charts/mirrorbits/tests/custom_values_test.yaml @@ -0,0 +1,34 @@ +suite: Tests with custom values +templates: + - service.files.yaml +tests: + - it: Should set the correct service selector labels when a fullNameOverride is specified + template: service.files.yaml + set: + fullNameOverride: "my-fullNameOverride" + asserts: + - hasDocuments: + count: 1 + - isKind: + of: Service + - equal: + path: spec.selector["app.kubernetes.io/name"] + value: "mirrorbits-files" + - equal: + path: spec.selector["app.kubernetes.io/instance"] + value: "RELEASE-NAME-files" + - it: Should set the correct service selector labels when a nameOverride is specified + template: service.files.yaml + set: + nameOverride: "my-nameOverride" + asserts: + - hasDocuments: + count: 1 + - isKind: + of: Service + - equal: + path: spec.selector["app.kubernetes.io/name"] + value: "my-nameOverride-files" + - equal: + path: spec.selector["app.kubernetes.io/instance"] + value: "RELEASE-NAME-files" diff --git a/charts/mirrorbits/tests/defaults_test.yaml b/charts/mirrorbits/tests/defaults_test.yaml index c1a7f23ff..a0a5add4d 100644 --- a/charts/mirrorbits/tests/defaults_test.yaml +++ b/charts/mirrorbits/tests/defaults_test.yaml @@ -3,10 +3,38 @@ values: - ../values.yaml - default_secrets_values.yaml templates: + - deployment.files.yaml - ingress.yaml + - service.files.yaml tests: - it: should not create any ingress by default template: ingress.yaml asserts: - hasDocuments: count: 0 + - it: Should set the correct service selector labels + template: service.files.yaml + asserts: + - hasDocuments: + count: 1 + - isKind: + of: Service + - equal: + path: spec.selector["app.kubernetes.io/name"] + value: "mirrorbits-files" + - equal: + path: spec.selector["app.kubernetes.io/instance"] + value: "RELEASE-NAME-files" + - it: Should set the correct deployment labels + template: deployment.files.yaml + asserts: + - hasDocuments: + count: 1 + - isKind: + of: Deployment + - equal: + path: spec.template.metadata.labels["app.kubernetes.io/name"] + value: "mirrorbits-files" + - equal: + path: spec.template.metadata.labels["app.kubernetes.io/instance"] + value: "RELEASE-NAME-files" From 1a8a1a53e86d1e8764803dac70884089af6676e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= Date: Wed, 9 Aug 2023 18:35:02 +0200 Subject: [PATCH 200/205] fix selector label in services-files --- charts/mirrorbits/templates/service.files.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/mirrorbits/templates/service.files.yaml b/charts/mirrorbits/templates/service.files.yaml index 2325a7e05..efe403f38 100644 --- a/charts/mirrorbits/templates/service.files.yaml +++ b/charts/mirrorbits/templates/service.files.yaml @@ -12,5 +12,5 @@ spec: protocol: TCP name: http selector: - app.kubernetes.io/name: {{ include "mirrorbits.fullname" . }}-files + app.kubernetes.io/name: {{ include "mirrorbits.name" . }}-files app.kubernetes.io/instance: {{ .Release.Name }}-files From 578b29896b0c3ddc5f22fc53938d729e8cc457bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= Date: Wed, 9 Aug 2023 18:39:30 +0200 Subject: [PATCH 201/205] nit: add a comment about secret values --- charts/mirrorbits/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 69bd33b2b..0de0c0dff 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -74,6 +74,7 @@ geoipupdate: image: repository: maxmindinc/geoipupdate tag: v6.0.0 + # Secret values commented below for reference: #account_id: #license_key: editions: GeoLite2-ASN GeoLite2-City GeoLite2-Country From 9b1a50d767bd2628421142f7b393d15d3aa4d9e8 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 9 Aug 2023 23:26:26 +0000 Subject: [PATCH 202/205] chore: key "$.image.tag" updated from "0.4.28" to "0.4.29", in file "... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... charts/accountapp/values.yaml" Made with ❤️️ by updatecli --- charts/accountapp/Chart.yaml | 2 +- charts/accountapp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/accountapp/Chart.yaml b/charts/accountapp/Chart.yaml index 455b5a075..9af89ed72 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.5.25 +version: 0.5.26 diff --git a/charts/accountapp/values.yaml b/charts/accountapp/values.yaml index 10ac337dc..24c3f8552 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.28 + tag: 0.4.29 imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From aa299c6d5a5f0d7eee0551e1ca3585e176e9cbdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Thu, 10 Aug 2023 13:47:45 +0200 Subject: [PATCH 203/205] chore(mirrorbits): set images `pullPolicy` to `IfNotPresent` (#591) * chore(mirrorbits): set images `pullPolicy` to `IfNotPresent` * add unit tests Signed-off-by: Damien Duportal * Apply suggestions from code review --------- Signed-off-by: Damien Duportal Co-authored-by: Damien Duportal --- charts/mirrorbits/Chart.yaml | 2 +- .../templates/deployment.files.yaml | 2 +- .../mirrorbits/tests/custom_values_test.yaml | 33 +++++++++++++++++++ charts/mirrorbits/tests/defaults_test.yaml | 17 +++++++++- charts/mirrorbits/values.yaml | 4 +-- 5 files changed, 53 insertions(+), 5 deletions(-) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index c65753ec8..38a059a68 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.54.0 +version: 0.55.0 diff --git a/charts/mirrorbits/templates/deployment.files.yaml b/charts/mirrorbits/templates/deployment.files.yaml index 3fd7b6f0b..50a68539a 100644 --- a/charts/mirrorbits/templates/deployment.files.yaml +++ b/charts/mirrorbits/templates/deployment.files.yaml @@ -30,7 +30,7 @@ spec: protocol: TCP livenessProbe: tcpSocket: - port: 80 + port: 80 readinessProbe: tcpSocket: port: 80 diff --git a/charts/mirrorbits/tests/custom_values_test.yaml b/charts/mirrorbits/tests/custom_values_test.yaml index 4c23a7a7d..92e808c53 100644 --- a/charts/mirrorbits/tests/custom_values_test.yaml +++ b/charts/mirrorbits/tests/custom_values_test.yaml @@ -1,5 +1,10 @@ suite: Tests with custom values +values: + - default_secrets_values.yaml templates: + - deployment.yaml + - deployment.files.yaml + - secret.yaml # Direct dependency of deployment.yaml - service.files.yaml tests: - it: Should set the correct service selector labels when a fullNameOverride is specified @@ -32,3 +37,31 @@ tests: - equal: path: spec.selector["app.kubernetes.io/instance"] value: "RELEASE-NAME-files" + - it: should define a customized "files" deployment + template: deployment.files.yaml + set: + image: + files: + pullPolicy: Never + asserts: + - hasDocuments: + count: 1 + - isKind: + of: Deployment + - equal: + path: "spec.template.spec.containers[*].imagePullPolicy" + value: Never + - it: should define a customized "mirrorbits" deployment + template: deployment.yaml + set: + image: + mirrorbits: + pullPolicy: Always + asserts: + - hasDocuments: + count: 1 + - isKind: + of: Deployment + - equal: + path: spec.template.spec.containers[*].imagePullPolicy + value: Always diff --git a/charts/mirrorbits/tests/defaults_test.yaml b/charts/mirrorbits/tests/defaults_test.yaml index a0a5add4d..efeb44860 100644 --- a/charts/mirrorbits/tests/defaults_test.yaml +++ b/charts/mirrorbits/tests/defaults_test.yaml @@ -4,7 +4,9 @@ values: - default_secrets_values.yaml templates: - deployment.files.yaml + - deployment.yaml - ingress.yaml + - secret.yaml # Direct dependency of deployment.yaml - service.files.yaml tests: - it: should not create any ingress by default @@ -25,7 +27,7 @@ tests: - equal: path: spec.selector["app.kubernetes.io/instance"] value: "RELEASE-NAME-files" - - it: Should set the correct deployment labels + - it: should define the default "files" deployment template: deployment.files.yaml asserts: - hasDocuments: @@ -38,3 +40,16 @@ tests: - equal: path: spec.template.metadata.labels["app.kubernetes.io/instance"] value: "RELEASE-NAME-files" + - equal: + path: "spec.template.spec.containers[*].imagePullPolicy" + value: IfNotPresent + - it: should define the default "mirrorbits" deployment + template: deployment.yaml + asserts: + - hasDocuments: + count: 1 + - isKind: + of: Deployment + - equal: + path: spec.template.spec.containers[*].imagePullPolicy + value: IfNotPresent diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 0de0c0dff..575c4fd7b 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -8,11 +8,11 @@ image: mirrorbits: repository: jenkinsciinfra/mirrorbits tag: 0.1.94 - pullPolicy: Always + pullPolicy: IfNotPresent files: repository: httpd@sha256 tag: c5624d7cea88f123321843ec5d12ced1b2acab0e2dc861ed737269894ed890a3 - pullPolicy: Always + pullPolicy: IfNotPresent imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From 2aff68e63375846a9942f8ff556d70b4a6e60f9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Thu, 10 Aug 2023 16:55:31 +0200 Subject: [PATCH 204/205] feat(mirrorbits): allow setting ingress `pathType` (#583) * feat: allow setting the correct pathType for regexp ingress paths * add default and custom tests for ingress pathType * change filename to avoid confusion between defaults_test and default secrets values --- charts/mirrorbits/Chart.yaml | 2 +- charts/mirrorbits/templates/ingress.yaml | 2 +- .../mirrorbits/tests/custom_values_test.yaml | 21 +++++++++- charts/mirrorbits/tests/defaults_test.yaml | 38 +++++++++++++++++-- ...alues.yaml => secrets_default_values.yaml} | 0 charts/mirrorbits/values.yaml | 21 +++++----- 6 files changed, 67 insertions(+), 17 deletions(-) rename charts/mirrorbits/tests/{default_secrets_values.yaml => secrets_default_values.yaml} (100%) diff --git a/charts/mirrorbits/Chart.yaml b/charts/mirrorbits/Chart.yaml index 38a059a68..04f19ce15 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.55.0 +version: 0.56.0 diff --git a/charts/mirrorbits/templates/ingress.yaml b/charts/mirrorbits/templates/ingress.yaml index 4562d207f..97c7ef223 100644 --- a/charts/mirrorbits/templates/ingress.yaml +++ b/charts/mirrorbits/templates/ingress.yaml @@ -33,7 +33,7 @@ spec: paths: {{- range .paths }} - path: {{ .path }} - pathType: Prefix + pathType: {{ .pathType | default "Prefix" }} backend: service: name: {{ if .serviceNameSuffix }}{{ $fullName }}-{{ .serviceNameSuffix }}{{ else }}{{ $fullName }}{{ end }} diff --git a/charts/mirrorbits/tests/custom_values_test.yaml b/charts/mirrorbits/tests/custom_values_test.yaml index 92e808c53..43e86d593 100644 --- a/charts/mirrorbits/tests/custom_values_test.yaml +++ b/charts/mirrorbits/tests/custom_values_test.yaml @@ -1,9 +1,10 @@ suite: Tests with custom values values: - - default_secrets_values.yaml + - secrets_default_values.yaml templates: - deployment.yaml - deployment.files.yaml + - ingress.yaml - secret.yaml # Direct dependency of deployment.yaml - service.files.yaml tests: @@ -65,3 +66,21 @@ tests: - equal: path: spec.template.spec.containers[*].imagePullPolicy value: Always + - it: should create ingress with pathType set to the specified custom value by default + template: ingress.yaml + set: + ingress: + enabled: true + hosts: + - host: chart-example.local + paths: + - path: / + pathType: IfNotPresent + asserts: + - hasDocuments: + count: 1 + - isKind: + of: Ingress + - equal: + path: spec.rules[0].http.paths[0].pathType + value: "IfNotPresent" diff --git a/charts/mirrorbits/tests/defaults_test.yaml b/charts/mirrorbits/tests/defaults_test.yaml index efeb44860..3acf21050 100644 --- a/charts/mirrorbits/tests/defaults_test.yaml +++ b/charts/mirrorbits/tests/defaults_test.yaml @@ -1,7 +1,7 @@ suite: default tests values: - ../values.yaml - - default_secrets_values.yaml + - secrets_default_values.yaml templates: - deployment.files.yaml - deployment.yaml @@ -14,7 +14,24 @@ tests: asserts: - hasDocuments: count: 0 - - it: Should set the correct service selector labels + - it: should create ingress with pathType set to Prefix by default + template: ingress.yaml + set: + ingress: + enabled: true + hosts: + - host: chart-example.local + paths: + - path: / + asserts: + - hasDocuments: + count: 1 + - isKind: + of: Ingress + - equal: + path: spec.rules[0].http.paths[0].pathType + value: "Prefix" + - it: should set the correct service selector labels template: service.files.yaml asserts: - hasDocuments: @@ -27,7 +44,20 @@ tests: - equal: path: spec.selector["app.kubernetes.io/instance"] value: "RELEASE-NAME-files" - - it: should define the default "files" deployment + - it: Should set the correct deployment metadata labels + template: deployment.files.yaml + asserts: + - hasDocuments: + count: 1 + - isKind: + of: Deployment + - equal: + path: spec.template.metadata.labels["app.kubernetes.io/name"] + value: "mirrorbits-files" + - equal: + path: spec.template.metadata.labels["app.kubernetes.io/instance"] + value: "RELEASE-NAME-files" + - it: should define the default "files" deployment with default imagePullPolicy and metadata labels template: deployment.files.yaml asserts: - hasDocuments: @@ -43,7 +73,7 @@ tests: - equal: path: "spec.template.spec.containers[*].imagePullPolicy" value: IfNotPresent - - it: should define the default "mirrorbits" deployment + - it: should define the default "mirrorbits" deployment with default imagePullPolicy template: deployment.yaml asserts: - hasDocuments: diff --git a/charts/mirrorbits/tests/default_secrets_values.yaml b/charts/mirrorbits/tests/secrets_default_values.yaml similarity index 100% rename from charts/mirrorbits/tests/default_secrets_values.yaml rename to charts/mirrorbits/tests/secrets_default_values.yaml diff --git a/charts/mirrorbits/values.yaml b/charts/mirrorbits/values.yaml index 575c4fd7b..60bbbdf96 100644 --- a/charts/mirrorbits/values.yaml +++ b/charts/mirrorbits/values.yaml @@ -42,16 +42,17 @@ ingress: className: "" annotations: {} # kubernetes.io/tls-acme: "true" - hosts: - - host: chart-example.local - paths: - - path: / - serviceNameSuffix: files - - path: /.*[.](deb|hpi|war|rpm|msi|pkg|sha256|md5sum|zip|gz|pdf|json|svg|sh|jpeg|ico|png|html)$ - - host: fallback.chart-example.local - paths: - - path: / - serviceNameSuffix: files + hosts: [] + # - host: chart-example.local + # paths: + # - path: / + # serviceNameSuffix: files + # - path: /.*[.](deb|hpi|war|rpm|msi|pkg|sha256|md5sum|zip|gz|pdf|json|svg|sh|jpeg|ico|png|html)$ + # pathType: ImplementationSpecific + # - host: fallback.chart-example.local + # paths: + # - path: / + # serviceNameSuffix: files tls: [] # - secretName: chart-example-tls # hosts: From 31ad2f23b4259634a6312604cc8a5f4383546388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= Date: Thu, 10 Aug 2023 18:51:56 +0200 Subject: [PATCH 205/205] feat: add a required check on chart version bump --- .../workflows/check-chart-versions-bump.yml | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/workflows/check-chart-versions-bump.yml diff --git a/.github/workflows/check-chart-versions-bump.yml b/.github/workflows/check-chart-versions-bump.yml new file mode 100644 index 000000000..115051856 --- /dev/null +++ b/.github/workflows/check-chart-versions-bump.yml @@ -0,0 +1,39 @@ +name: Check if modified chart versions have been bumped +on: + push: null + pull_request: null +jobs: + bump: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - id: list_modified_folders + name: List modified folders + if: github.ref != 'refs/heads/main' + run: | + # Get the list of modified files and folders + git diff --name-only ${{ github.event.before }} ${{ github.sha }} > changes.txt + + # Extract the unique folder paths + awk -F/ '{print $1}' changes.txt | sort --unique > modified_folders.txt + + # Store the modified folders as a step output + echo "::set-output name=modified_folders::$(cat modified_folders.txt)" + - id: check-bump + name: Check if every modified chart version has been bumped + if: github.ref != 'refs/heads/main' + run: | + # Read the modified folders from the previous step's output + IFS=$'\n' read -d '' -r -a folders <<< "${{ steps.list_modified_folders.outputs.modified_folders }}" + + for folder in "${folders[@]}"; do + MAIN_CHART_VERSION=$(git show origin:charts/"${folder}"/Chart.yaml | grep "^version:") + PR_CHART_VERSION=$(git show ${{ github.event.before }}:charts/"${folder}"/Chart.yaml | grep "^version:") + + if [ "$MAIN_CHART_VERSION" == "$PR_CHART_VERSION" ]; then + echo "ERROR: the version of the '${folder}' chart hasn't been bumped." + exit 1 + fi + + echo "The version of the '${folder}' chart has been bumped." + }