chore: Update manifests after automerge
This commit is contained in:
@@ -4,10 +4,10 @@ metadata:
|
||||
name: headlamp
|
||||
namespace: headlamp
|
||||
labels:
|
||||
helm.sh/chart: headlamp-0.40.0
|
||||
helm.sh/chart: headlamp-0.40.1
|
||||
app.kubernetes.io/name: headlamp
|
||||
app.kubernetes.io/instance: headlamp
|
||||
app.kubernetes.io/version: "0.40.0"
|
||||
app.kubernetes.io/version: "0.40.1"
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
spec:
|
||||
replicas: 2
|
||||
@@ -32,7 +32,7 @@ spec:
|
||||
runAsGroup: 101
|
||||
runAsNonRoot: true
|
||||
runAsUser: 100
|
||||
image: "ghcr.io/headlamp-k8s/headlamp:v0.40.0"
|
||||
image: "ghcr.io/headlamp-k8s/headlamp:v0.40.1"
|
||||
imagePullPolicy: IfNotPresent
|
||||
envFrom:
|
||||
- secretRef:
|
||||
@@ -42,6 +42,7 @@ spec:
|
||||
- "-in-cluster-context-name=main"
|
||||
- "-watch-plugins-changes"
|
||||
- "-plugins-dir=/headlamp/plugins"
|
||||
- "-session-ttl=86400"
|
||||
- "-oidc-client-id=$(OIDC_CLIENT_ID)"
|
||||
- "-oidc-client-secret=$(OIDC_CLIENT_SECRET)"
|
||||
- "-oidc-idp-issuer-url=$(OIDC_ISSUER_URL)"
|
||||
|
||||
Reference in New Issue
Block a user