Skip to content

Commit

Permalink
reverted chart changes to limit blast radius
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy committed Nov 20, 2023
1 parent 5a29ad3 commit 485fe36
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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@sha256:938a990aaa19dfc1c09c5cb056e90dabddfa1c0cdf106c0246e248d7ee14219d
redisProxyImage: haproxy
redisProxyVersion: "2.0.4"

rbac:
Expand Down
8 changes: 4 additions & 4 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@sha256:fc5ecd863862f89f04334b7cbb57e93c9790478ea8188a49f6e57b0967d38c75
healthimage: docker.io/healthcheck/redis:latest@sha256:06127d640e5c092f4707e3506e3a80c0361225b8da735b54d66e162a79d1fa38
image: docker.io/redis:5.0
healthimage: docker.io/healthcheck/redis:latest
pullPolicy: Always
mariadb:
image: docker.io/mariadb:10.4@sha256:ad9c054d56170384b8ac0d36a0f7835b38cabdc741d2197a223d2bd28032a89b
healthimage: docker.io/healthcheck/mysql:latest@sha256:b7a7b38485b0d93bfc12a42f870dcf8b27c9ba854c9a28d4d26ed941a113ee20
image: docker.io/mariadb:10.4
healthimage: docker.io/healthcheck/mysql:latest
pullPolicy: Always

nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarqube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ deploymentStrategy: {}

image:
repository: *name
tag: 9.9.1-community@sha256:846d343e43181bfc9898269005e13bf269f8cfcdb1a0ce98321bd562d3ebe12b
tag: 9.9.1-community
# If using a private repository, the name of the imagePullSecret to use
# pullSecret: my-repo-secret

Expand Down
2 changes: 1 addition & 1 deletion charts/static-site/alpine-curl-git.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine/git:v2.24.1@sha256:90185bacaffa02db620e907e34aeb5b53bbd85ace77f97db453355171c8f20d1
FROM alpine/git:v2.24.1
RUN apk add --no-cache curl

ENTRYPOINT ["/bin/sh"]
Expand Down
2 changes: 1 addition & 1 deletion charts/tekton-demo/templates/tasks/task-git-clone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:

steps:
- name: clone
image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.17.1@sha256:a39b8c647d6eaf609dc04bc7b0fc0f787b3b25fd6b1c9b182066a5c29a64a18c
image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.17.1
script: |
#!/bin/sh
set -eu -o pipefail
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@sha256:449da7f8f2ef6285a8445a1e31af57a97b9dae5dcf009b1629c59742c89c68c3
image: registry.access.redhat.com/ubi8/ubi:latest
env:
- name: GITHUBTOKEN
valueFrom:
Expand Down

0 comments on commit 485fe36

Please sign in to comment.