UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit e0551d53 authored by Stephen Galamb's avatar Stephen Galamb
Browse files

chart update

parent 6d8e8305
No related branches found
No related tags found
1 merge request!266Draft: Update Ironbank to v26 - abandoned
Pipeline #4037100 failed
[bumpversion]
current_version = 2.5.1
current_version = 7.0.0
commit = true
tag = false
message = Bump keycloakx chart version: {current_version} → {new_version}
......
......@@ -5,7 +5,7 @@ metadata:
upstream:
type: git
git:
commit: c5b93d7a23720bc6b96942cfd8311fe9befe0177
commit: 0989bcf6c03e4f18ddb013cbecb5337be67de91a
repo: https://github.com/codecentric/helm-charts.git
directory: /charts/keycloakx
ref: keycloakx-2.5.1
ref: keycloakx-7.0.1
This diff is collapsed.
FROM quay.io/keycloak/keycloak:25.0.0
FROM quay.io/keycloak/keycloak:26.0.7
ENV JGROUPS_KUBERNETES_VERSION 1.0.16.Final
......
......@@ -35,7 +35,7 @@ Common labels
{{- define "keycloak.labels" -}}
helm.sh/chart: {{ include "keycloak.chart" . }}
{{ include "keycloak.selectorLabels" . }}
app.kubernetes.io/version: {{ .Values.image.tag | default .Chart.AppVersion | quote }}
app.kubernetes.io/version: {{ .Values.image.tag | default .Chart.AppVersion | trunc 63 | quote }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- end }}
......
......@@ -35,6 +35,10 @@ spec:
{{- end }}
{{- end }}
ports:
- name: '{{ .Values.http.internalPort }}'
port: 9000
protocol: TCP
targetPort: '{{ .Values.http.internalPort }}'
- name: http
port: {{ .Values.service.httpPort }}
targetPort: http
......
......@@ -11,7 +11,7 @@ image:
# The Keycloak image repository
repository: registry1.dso.mil/ironbank/opensource/keycloak/keycloak
# Overrides the Keycloak image tag whose default is the chart appVersion
tag: "25.0.6"
tag: "26.1.3"
# Overrides the Keycloak image tag with a specific digest
digest: ""
# The Keycloak image pull policy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment