Compare commits

..

1 commit

Author SHA1 Message Date
Renovate Bot e4d5cc33d1 Update dependency grafana/grafana to v9.0.6
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-08-02 16:44:14 +00:00
7 changed files with 12 additions and 32 deletions

View file

@ -9692,7 +9692,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/argoproj/argocd:v2.4.8
image: quay.io/argoproj/argocd:v2.4.7
imagePullPolicy: Always
name: argocd-applicationset-controller
ports:
@ -9789,7 +9789,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.4.8
image: quay.io/argoproj/argocd:v2.4.7
imagePullPolicy: Always
name: copyutil
securityContext:
@ -9829,7 +9829,7 @@ spec:
containers:
- command:
- argocd-notifications
image: quay.io/argoproj/argocd:v2.4.8
image: quay.io/argoproj/argocd:v2.4.7
imagePullPolicy: Always
livenessProbe:
tcpSocket:
@ -10054,7 +10054,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.4.8
image: quay.io/argoproj/argocd:v2.4.7
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
@ -10103,7 +10103,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.4.8
image: quay.io/argoproj/argocd:v2.4.7
name: copyutil
securityContext:
allowPrivilegeEscalation: false
@ -10346,7 +10346,7 @@ spec:
key: otlp.address
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.4.8
image: quay.io/argoproj/argocd:v2.4.7
imagePullPolicy: Always
livenessProbe:
httpGet:
@ -10548,7 +10548,7 @@ spec:
key: otlp.address
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.4.8
image: quay.io/argoproj/argocd:v2.4.7
imagePullPolicy: Always
livenessProbe:
httpGet:

View file

@ -338,7 +338,7 @@ spec:
enableServiceLinks: true
containers:
- name: grafana
image: "grafana/grafana:9.0.7"
image: "grafana/grafana:9.0.6"
imagePullPolicy: IfNotPresent
volumeMounts:
- name: config

View file

@ -67,7 +67,7 @@ spec:
serviceAccountName: default
containers:
- name: linkding
image: "sissbruecker/linkding:1.13.0"
image: "sissbruecker/linkding:1.12.0"
imagePullPolicy: IfNotPresent
ports:
- name: "http"

View file

@ -16,22 +16,6 @@ spec:
labels:
app: odoo
spec:
initContainers:
- name: git-cloner
image: alpine/git
args:
- clone
- --branch
- "15.0"
- --single-branch
- --depth
- "1"
- --
- https://git.tbrnt.ch/tobru/odoo-addons.git
- /data
volumeMounts:
- mountPath: /data
name: odoo-addons
containers:
- env:
- name: HOST
@ -73,13 +57,9 @@ spec:
volumeMounts:
- mountPath: /var/lib/odoo
name: odoo-data
- mountPath: /mnt/extra-addons
name: odoo-addons
hostname: web
restartPolicy: Always
volumes:
- name: odoo-data
persistentVolumeClaim:
claimName: odoo-data
- name: odoo-addons
emptyDir: {}

View file

@ -12,7 +12,7 @@ spec:
containers:
- name: renovate
# Update this to the latest available and then enable Renovate on the manifest
image: renovate/renovate:32.153.1-slim
image: renovate/renovate:32.135.1-slim
# Environment Variables
env:
- name: RENOVATE_PLATFORM

View file

@ -24,7 +24,7 @@ spec:
component: ghost
spec:
containers:
- image: ghost:5.8.2-alpine
- image: ghost:5.5.0-alpine
imagePullPolicy: IfNotPresent
name: ghost
env:

View file

@ -16,7 +16,7 @@ spec:
app: traccar
spec:
containers:
- image: docker.io/traccar/traccar:5.3-alpine
- image: docker.io/traccar/traccar:5.2-alpine
name: traccar
imagePullPolicy: IfNotPresent
ports: