5 Commits

7 changed files with 7 additions and 7 deletions

View File

@@ -67,7 +67,7 @@ spec:
mountPath: /config/ mountPath: /config/
- name: oauth-proxy - name: oauth-proxy
image: quay.io/oauth2-proxy/oauth2-proxy:v7.8.2 image: quay.io/oauth2-proxy/oauth2-proxy:v7.9.0
args: args:
- --cookie-secure=false - --cookie-secure=false
- --provider=oidc - --provider=oidc

View File

@@ -81,7 +81,7 @@ spec:
secretKeyRef: secretKeyRef:
key: password key: password
name: dashboard-auth name: dashboard-auth
image: quay.io/oauth2-proxy/oauth2-proxy:v7.8.2 image: quay.io/oauth2-proxy/oauth2-proxy:v7.9.0
name: oauth-proxy name: oauth-proxy
ports: ports:
- containerPort: 8000 - containerPort: 8000

View File

@@ -72,7 +72,7 @@ spec:
serviceAccountName: grist serviceAccountName: grist
containers: containers:
- name: grist - name: grist
image: gristlabs/grist-oss:1.5.1 image: gristlabs/grist-oss:1.5.2
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http

View File

@@ -152,7 +152,7 @@ spec:
secretKeyRef: secretKeyRef:
key: password key: password
name: mastodon-digest-auth name: mastodon-digest-auth
image: quay.io/oauth2-proxy/oauth2-proxy:v7.8.2 image: quay.io/oauth2-proxy/oauth2-proxy:v7.9.0
name: oauth-proxy name: oauth-proxy
ports: ports:
- containerPort: 8000 - containerPort: 8000

View File

@@ -236,7 +236,7 @@ spec:
serviceAccountName: promtail serviceAccountName: promtail
containers: containers:
- name: promtail - name: promtail
image: "grafana/promtail:2.9.14" image: "grafana/promtail:3.5.0"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- "-config.file=/etc/promtail/promtail.yaml" - "-config.file=/etc/promtail/promtail.yaml"

View File

@@ -215,7 +215,7 @@ spec:
serviceAccountName: promtail serviceAccountName: promtail
containers: containers:
- name: promtail - name: promtail
image: "grafana/promtail:2.9.14" image: "grafana/promtail:3.5.0"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- "-config.file=/etc/promtail/promtail.yaml" - "-config.file=/etc/promtail/promtail.yaml"

View File

@@ -92,7 +92,7 @@ spec:
secretKeyRef: secretKeyRef:
key: password key: password
name: social-to-grist-auth name: social-to-grist-auth
image: quay.io/oauth2-proxy/oauth2-proxy:v7.8.2 image: quay.io/oauth2-proxy/oauth2-proxy:v7.9.0
name: oauth-proxy name: oauth-proxy
ports: ports:
- containerPort: 8000 - containerPort: 8000