Compare commits
2 Commits
1f96e818db
...
eaacac528c
Author | SHA1 | Date | |
---|---|---|---|
eaacac528c | |||
91c1777ec1 |
@ -15,10 +15,10 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.1.8
|
version: 0.1.9
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application. Versions are not expected to
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
# It is recommended to use it with quotes.
|
# It is recommended to use it with quotes.
|
||||||
appVersion: "0.2.6"
|
appVersion: "0.2.7"
|
||||||
|
@ -8,7 +8,7 @@ image:
|
|||||||
repository: gitea/act_runner
|
repository: gitea/act_runner
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "0.2.6"
|
tag: "0.2.7"
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 4.10.0
|
appVersion: 4.14.0
|
||||||
description: OpenShift Cluster Console UI
|
description: OpenShift Cluster Console UI
|
||||||
icon: https://avatars0.githubusercontent.com/u/792337?s=200&v=4
|
icon: https://avatars0.githubusercontent.com/u/792337?s=200&v=4
|
||||||
name: openshift-console
|
name: openshift-console
|
||||||
type: application
|
type: application
|
||||||
version: 0.3.6
|
version: 0.3.7
|
||||||
|
@ -57,10 +57,6 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
image: "{{ .Values.image.registry}}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
image: "{{ .Values.image.registry}}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
envFrom:
|
|
||||||
{{- with .Values.extraEnvFrom }}
|
|
||||||
{{- toYaml . | nindent 12 }}
|
|
||||||
{{- end }}
|
|
||||||
env:
|
env:
|
||||||
- name: BRIDGE_DOCUMENTATION_BASE_URL
|
- name: BRIDGE_DOCUMENTATION_BASE_URL
|
||||||
value: https://kubernetes.io/docs/
|
value: https://kubernetes.io/docs/
|
||||||
@ -84,6 +80,9 @@ spec:
|
|||||||
- name: {{ $key }}
|
- name: {{ $key }}
|
||||||
value: {{ $value | quote }}
|
value: {{ $value | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- with .Values.extraEnvFrom }}
|
||||||
|
{{- toYaml . | nindent 12 }}
|
||||||
|
{{- end }}
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: {{ .Values.service.port }}
|
containerPort: {{ .Values.service.port }}
|
||||||
|
@ -56,8 +56,18 @@ ingress:
|
|||||||
# - chart-example.local
|
# - chart-example.local
|
||||||
|
|
||||||
extraEnvFrom: {}
|
extraEnvFrom: {}
|
||||||
|
#- name: BRIDGE_K8S_AUTH_BEARER_TOKEN
|
||||||
|
# valueFrom:
|
||||||
|
# secretKeyRef:
|
||||||
|
# key: token
|
||||||
|
# name: console-secret
|
||||||
|
|
||||||
extraEnv: {}
|
extraEnv: {}
|
||||||
|
# BRIDGE_K8S_AUTH: bearer-token
|
||||||
|
# BRIDGE_K8S_MODE: off-cluster
|
||||||
|
# BRIDGE_K8S_MODE_OFF_CLUSTER_ENDPOINT: https://kubernetes.default
|
||||||
|
# BRIDGE_K8S_MODE_OFF_CLUSTER_SKIP_VERIFY_TLS: "true"
|
||||||
|
# BRIDGE_USER_AUTH: disabled
|
||||||
|
|
||||||
volumes: []
|
volumes: []
|
||||||
# - name: my-volume
|
# - name: my-volume
|
||||||
|
Loading…
Reference in New Issue
Block a user