Skip to content

fix: update ose-cli image version#4

Merged
minmzzhang merged 2 commits intovalidatedpatterns:mainfrom
minmzzhang:update-quay-chart
Mar 24, 2026
Merged

fix: update ose-cli image version#4
minmzzhang merged 2 commits intovalidatedpatterns:mainfrom
minmzzhang:update-quay-chart

Conversation

@minmzzhang
Copy link
Contributor

No description provided.

containers:
- name: setup-s3-credentials
image: {{ .Values.job.image | default "registry.redhat.io/openshift4/ose-cli:4.15" }}
image: {{ .Values.job.image | default "registry.redhat.io/openshift4/ose-cli-rhel9:v4.20" }}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not use the imagestream that ships the cli? Its already in-cluster and aligns with the clusterversion - that way you don't have to worry about updating it?

image-registry.openshift-image-registry.svc:5000/openshift/cli

Copy link

@day0hero day0hero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just the one comment/question about using the imagestream instead of the public image.

otherwise:
/lgtm

Replace hardcoded registry.redhat.io/openshift4/ose-cli-rhel9:v4.20 with
the cluster-internal cli ImageStream at
image-registry.openshift-image-registry.svc:5000/openshift/cli.

This image auto-updates with the cluster, eliminating the need to manually
track ose-cli version bumps on a monthly/quarterly/yearly basis.

Signed-off-by: Min Zhang <[email protected]>
@minmzzhang minmzzhang merged commit 690dbcc into validatedpatterns:main Mar 24, 2026
3 checks passed
@minmzzhang minmzzhang deleted the update-quay-chart branch March 24, 2026 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants