Skip to content

Commit 0543671

Browse files
committed
fix: update ose-cli image version
Signed-off-by: Min Zhang <minzhang@redhat.com>
1 parent b7a45a1 commit 0543671

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: quay
33
description: Red Hat Quay Registry Resources
44
type: application
5-
version: 0.1.1
5+
version: 0.1.2
66
appVersion: "3.9"
77
home: https://github.com/validatedpatterns/quay-chart
88
maintainers:

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- markdownlint-disable MD013 -->
44

5-
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9](https://img.shields.io/badge/AppVersion-3.9-informational?style=flat-square)
5+
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9](https://img.shields.io/badge/AppVersion-3.9-informational?style=flat-square)
66

77
<!-- markdownlint-enable MD013 -->
88

@@ -28,28 +28,28 @@ This chart is used to serve as the template for Validated Patterns Charts
2828

2929
## Values
3030

31-
| Key | Type | Default | Description |
32-
| -------------------------------------------- | ------ | ---------------------------------------------- | ----------- |
33-
| job.image | string | `"registry.redhat.io/openshift4/ose-cli:4.15"` | |
34-
| job.resources.limits.cpu | string | `"500m"` | |
35-
| job.resources.limits.memory | string | `"256Mi"` | |
36-
| job.resources.requests.cpu | string | `"50m"` | |
37-
| job.resources.requests.memory | string | `"128Mi"` | |
38-
| objectStorage.objectBucketClaim.bucketName | string | `"quay-datastore"` | |
39-
| objectStorage.objectBucketClaim.name | string | `"quay-bucket"` | |
40-
| objectStorage.objectBucketClaim.storageClass | string | `"openshift-storage.noobaa.io"` | |
41-
| quay.configBundleSecret.deploy | bool | `true` | |
42-
| quay.configBundleSecret.name | string | `"quay-init-config-bundle-secret"` | |
43-
| quay.namespace | string | `"quay-enterprise"` | |
44-
| quay.setup.admin.email | string | `"quayadmin@example.com"` | |
45-
| quay.setup.admin.name | string | `"quayadmin"` | |
46-
| quay.setup.user.email | string | `"developer1@myorg.com"` | |
47-
| quay.setup.user.name | string | `"developer1"` | |
48-
| quay.storage.clairpostgres.size | string | `"50Gi"` | |
49-
| quay.storage.postgres.size | string | `"50Gi"` | |
50-
| quay_config.org.email | string | `"devel@myorg.com"` | |
51-
| quay_config.org.name | string | `"devel"` | |
52-
| quay_config.repo | string | `"example"` | |
31+
| Key | Type | Default | Description |
32+
| -------------------------------------------- | ------ | ----------------------------------------------------- | ----------- |
33+
| job.image | string | `"registry.redhat.io/openshift4/ose-cli-rhel9:v4.20"` | |
34+
| job.resources.limits.cpu | string | `"500m"` | |
35+
| job.resources.limits.memory | string | `"256Mi"` | |
36+
| job.resources.requests.cpu | string | `"50m"` | |
37+
| job.resources.requests.memory | string | `"128Mi"` | |
38+
| objectStorage.objectBucketClaim.bucketName | string | `"quay-datastore"` | |
39+
| objectStorage.objectBucketClaim.name | string | `"quay-bucket"` | |
40+
| objectStorage.objectBucketClaim.storageClass | string | `"openshift-storage.noobaa.io"` | |
41+
| quay.configBundleSecret.deploy | bool | `true` | |
42+
| quay.configBundleSecret.name | string | `"quay-init-config-bundle-secret"` | |
43+
| quay.namespace | string | `"quay-enterprise"` | |
44+
| quay.setup.admin.email | string | `"quayadmin@example.com"` | |
45+
| quay.setup.admin.name | string | `"quayadmin"` | |
46+
| quay.setup.user.email | string | `"developer1@myorg.com"` | |
47+
| quay.setup.user.name | string | `"developer1"` | |
48+
| quay.storage.clairpostgres.size | string | `"50Gi"` | |
49+
| quay.storage.postgres.size | string | `"50Gi"` | |
50+
| quay_config.org.email | string | `"devel@myorg.com"` | |
51+
| quay_config.org.name | string | `"devel"` | |
52+
| quay_config.repo | string | `"example"` | |
5353

5454
<!-- markdownlint-enable MD013 MD034 MD060 -->
5555

templates/quay-s3-credentials-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
automountServiceAccountToken: true
1919
containers:
2020
- name: setup-s3-credentials
21-
image: {{ .Values.job.image | default "registry.redhat.io/openshift4/ose-cli:4.15" }}
21+
image: {{ .Values.job.image | default "registry.redhat.io/openshift4/ose-cli-rhel9:v4.20" }}
2222
imagePullPolicy: Always
2323
securityContext:
2424
allowPrivilegeEscalation: false

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ quay:
1818

1919
job:
2020
# Use a version tag; avoid :latest for production (CKV_K8S_14)
21-
image: registry.redhat.io/openshift4/ose-cli:4.15
21+
image: registry.redhat.io/openshift4/ose-cli-rhel9:v4.20
2222
resources:
2323
requests:
2424
cpu: 50m

0 commit comments

Comments
 (0)