mirror of
https://github.com/bitnami/charts.git
synced 2026-02-10 20:27:38 +08:00
[bitnami/gitlab-runner] Wrong input expected by the helper function (#34780)
* [bitnami/gitlab-runner] Wrong input expected by the helper function Signed-off-by: Carlos Rodríguez Hernández <carlos.rodriguez-hernandez@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Carlos Rodríguez Hernández <carlos.rodriguez-hernandez@broadcom.com> Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
committed by
GitHub
parent
a5a2421cc8
commit
e3292f7012
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0.5 (2025-06-26)
|
||||
## 1.0.6 (2025-07-03)
|
||||
|
||||
* [bitnami/gitlab-runner] :zap: :arrow_up: Update dependency references ([#34668](https://github.com/bitnami/charts/pull/34668))
|
||||
* [bitnami/gitlab-runner] Wrong input expected by the helper function ([#34780](https://github.com/bitnami/charts/pull/34780))
|
||||
|
||||
## <small>1.0.5 (2025-06-26)</small>
|
||||
|
||||
* [bitnami/gitlab-runner] :zap: :arrow_up: Update dependency references (#34668) ([2d86401](https://github.com/bitnami/charts/commit/2d8640184cfaf9e3d3ab34ef7230c1f2ad425d3b)), closes [#34668](https://github.com/bitnami/charts/issues/34668)
|
||||
|
||||
## <small>1.0.4 (2025-06-20)</small>
|
||||
|
||||
|
||||
@@ -30,4 +30,4 @@ maintainers:
|
||||
name: gitlab-runner
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/gitlab-runner
|
||||
version: 1.0.5
|
||||
version: 1.0.6
|
||||
|
||||
@@ -253,4 +253,4 @@ data:
|
||||
{{ end }}
|
||||
|
||||
pre-entrypoint-script: |
|
||||
{{- include "common.tplvalues.render" (dict "values" .Values.preEntrypointScript "context" $) | nindent 4 }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.preEntrypointScript "context" $) | nindent 4 }}
|
||||
@@ -42,7 +42,7 @@ data:
|
||||
advertise_address = "SESSION_SERVER_ADDRESS:SESSION_SERVER_PORT"
|
||||
{{- end }}
|
||||
{{- if .Values.extraConfig }}
|
||||
{{- include "common.tplvalues.render" (dict "values" .Values.extraConfig "context" $) | nindent 4 }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.extraConfig "context" $) | nindent 4 }}
|
||||
{{- end }}
|
||||
{{ if .Values.runners.config }}
|
||||
config.template.toml: |
|
||||
|
||||
Reference in New Issue
Block a user