chore: Update manifests after change
This commit is contained in:
@@ -4,10 +4,10 @@ metadata:
|
||||
name: loki-canary
|
||||
namespace: loki
|
||||
labels:
|
||||
helm.sh/chart: loki-6.46.0
|
||||
helm.sh/chart: loki-6.48.0
|
||||
app.kubernetes.io/name: loki
|
||||
app.kubernetes.io/instance: loki
|
||||
app.kubernetes.io/version: "3.5.7"
|
||||
app.kubernetes.io/version: "3.6.2"
|
||||
app.kubernetes.io/component: canary
|
||||
spec:
|
||||
selector:
|
||||
@@ -29,12 +29,13 @@ spec:
|
||||
serviceAccountName: loki-canary
|
||||
securityContext:
|
||||
fsGroup: 10001
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
runAsGroup: 10001
|
||||
runAsNonRoot: true
|
||||
runAsUser: 10001
|
||||
containers:
|
||||
- name: loki-canary
|
||||
image: docker.io/grafana/loki-canary:3.5.7
|
||||
image: docker.io/grafana/loki-canary:3.6.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- -addr=loki-gateway.loki.svc.cluster.local.:80
|
||||
|
||||
Reference in New Issue
Block a user