[bitnami/gitlab-runner] ⬆️ Update dependency references (#35188)

* [bitnami/gitlab-runner] Release 1.1.3 updating components versions

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-07-17 19:21:49 +02:00
committed by GitHub
parent 328116c05c
commit 0b166314aa
3 changed files with 12 additions and 8 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 1.1.2 (2025-07-15)
## 1.1.3 (2025-07-17)
* [bitnami/gitlab-runner] feat: add support for custom image_pull_secrets ([#35057](https://github.com/bitnami/charts/pull/35057))
* [bitnami/gitlab-runner] :zap: :arrow_up: Update dependency references ([#35188](https://github.com/bitnami/charts/pull/35188))
## <small>1.1.2 (2025-07-15)</small>
* [bitnami/gitlab-runner] feat: add support for custom image_pull_secrets (#35057) ([9bd3b6d](https://github.com/bitnami/charts/commit/9bd3b6dd43f4592803bb09521311cef324e8d230)), closes [#35057](https://github.com/bitnami/charts/issues/35057)
## <small>1.1.1 (2025-07-14)</small>

View File

@@ -5,13 +5,13 @@ annotations:
category: Infrastructure
images: |
- name: gitlab-runner
image: docker.io/bitnami/gitlab-runner:18.1.1-debian-12-r1
image: docker.io/bitnami/gitlab-runner:18.2.0-debian-12-r0
- name: gitlab-runner-helper
image: docker.io/bitnami/gitlab-runner-helper:18.1.1-debian-12-r1
image: docker.io/bitnami/gitlab-runner-helper:18.2.0-debian-12-r0
licenses: Apache-2.0
tanzuCategory: application
apiVersion: v2
appVersion: 18.1.1
appVersion: 18.2.0
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
@@ -32,4 +32,4 @@ maintainers:
name: gitlab-runner
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/gitlab-runner
version: 1.1.2
version: 1.1.3

View File

@@ -87,7 +87,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/gitlab-runner
tag: 18.1.1-debian-12-r1
tag: 18.2.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -113,7 +113,7 @@ image:
helperImage:
registry: docker.io
repository: bitnami/gitlab-runner-helper
tag: 18.1.1-debian-12-r1
tag: 18.2.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'