Skip to content

Commit

Permalink
adding ability to check configmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory-Pereira committed Mar 19, 2024
1 parent 3c82f38 commit 5369491
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/trusted-artifact-signer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ sources:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.48
version: 0.1.49
2 changes: 1 addition & 1 deletion charts/trusted-artifact-signer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Kubernetes: `>= 1.19.0-0`
| configs.segment_backup_job.image.pullPolicy | | string | `"IfNotPresent"` |
| configs.segment_backup_job.image.registry | | string | `"quay.io"` |
| configs.segment_backup_job.image.repository | | string | `"redhat-user-workloads/rhtas-tenant/segment-backup-job/segment-backup-job"` |
| configs.segment_backup_job.image.version | | string | `"sha256:3d229e3cd63ca2673b9db3c595677c8b6898ff48e474d7b5c555fb19e9f858a3"` |
| configs.segment_backup_job.image.version | | string | `"sha256:8adc001b08216d001271d254f918fc1855c575123e393783102ddc991bf9f082"` |
| configs.segment_backup_job.name | | string | `"segment-backup-job"` |
| configs.segment_backup_job.namespace | | string | `"trusted-artifact-signer-monitoring"` |
| configs.segment_backup_job.namespace_create | | bool | `false` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ rules:
- ""
resources:
- secrets
- configmaps
verbs:
- get
- list
Expand All @@ -18,4 +19,10 @@ rules:
verbs:
- get
- list
- apiGroups:
- "operator.openshift.io/v1"
resources:
- console
verbs:
- get
{{- end}}
2 changes: 1 addition & 1 deletion charts/trusted-artifact-signer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configs:
image:
registry: quay.io
repository: redhat-user-workloads/rhtas-tenant/segment-backup-job/segment-backup-job
version: "sha256:89cadb0759653c1e2d9e0b1ecc540eace323f23cff4d1e964ec49333e51eced7"
version: "sha256:8adc001b08216d001271d254f918fc1855c575123e393783102ddc991bf9f082"
pullPolicy: IfNotPresent
rolebindings:
- segment-backup-job
Expand Down

0 comments on commit 5369491

Please sign in to comment.