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

* [bitnami/gitlab-runner] Release 1.1.8 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-08-21 16:28:06 +02:00
committed by GitHub
parent a9371f0909
commit 42e2006258
3 changed files with 12 additions and 8 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 1.1.7 (2025-08-20)
## 1.1.8 (2025-08-21)
* [bitnami/gitlab-runner] :zap: :arrow_up: Update dependency references ([#36153](https://github.com/bitnami/charts/pull/36153))
* [bitnami/gitlab-runner] :zap: :arrow_up: Update dependency references ([#36163](https://github.com/bitnami/charts/pull/36163))
## <small>1.1.7 (2025-08-20)</small>
* [bitnami/gitlab-runner] :zap: :arrow_up: Update dependency references (#36153) ([a484d2b](https://github.com/bitnami/charts/commit/a484d2b420bcb31afb452d1664f409487a28e154)), closes [#36153](https://github.com/bitnami/charts/issues/36153)
## <small>1.1.6 (2025-08-14)</small>

View File

@@ -5,13 +5,13 @@ annotations:
category: Infrastructure
images: |
- name: gitlab-runner
image: docker.io/bitnami/gitlab-runner:18.2.2-debian-12-r0
image: docker.io/bitnami/gitlab-runner:18.3.0-debian-12-r0
- name: gitlab-runner-helper
image: docker.io/bitnami/gitlab-runner-helper:18.2.2-debian-12-r0
image: docker.io/bitnami/gitlab-runner-helper:18.3.0-debian-12-r0
licenses: Apache-2.0
tanzuCategory: application
apiVersion: v2
appVersion: 18.2.2
appVersion: 18.3.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.7
version: 1.1.8

View File

@@ -87,7 +87,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/gitlab-runner
tag: 18.2.2-debian-12-r0
tag: 18.3.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.2.2-debian-12-r0
tag: 18.3.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'