Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent fa62b9f commit ee9d4be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/argocd-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ argocd_cr:
size: 1
ha:
enabled: false
redisProxyImage: haproxy
redisProxyImage: haproxy@sha256:2ee576bf195e57e311283dbaa9ede05643e96e6edb57a03b73ec6ddf2566f336
redisProxyVersion: "2.0.4"

rbac:
Expand Down
6 changes: 3 additions & 3 deletions charts/owncloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ image:
repository: quay.io/eformat/owncloud-oauth
pullPolicy: IfNotPresent
redis:
image: docker.io/redis:5.0
healthimage: docker.io/healthcheck/redis:latest
image: docker.io/redis:5.0@sha256:fc5ecd863862f89f04334b7cbb57e93c9790478ea8188a49f6e57b0967d38c75
healthimage: docker.io/healthcheck/redis:latest@sha256:06127d640e5c092f4707e3506e3a80c0361225b8da735b54d66e162a79d1fa38
pullPolicy: Always
mariadb:
image: docker.io/mariadb:10.11@sha256:547c34f1df1940bdbcd8c777ae8633392a09ec44b39f8a1f25b5488f74dbd6e2
healthimage: docker.io/healthcheck/mysql:latest
healthimage: docker.io/healthcheck/mysql:latest@sha256:b7a7b38485b0d93bfc12a42f870dcf8b27c9ba854c9a28d4d26ed941a113ee20
pullPolicy: Always

nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/tekton-demo/templates/tasks/task-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
type: string
steps:
- name: update-github
image: registry.access.redhat.com/ubi8/ubi:latest
image: registry.access.redhat.com/ubi8/ubi:latest@sha256:449da7f8f2ef6285a8445a1e31af57a97b9dae5dcf009b1629c59742c89c68c3
env:
- name: GITHUBTOKEN
valueFrom:
Expand Down

0 comments on commit ee9d4be

Please sign in to comment.