Skip to content

Commit

Permalink
update openshift image sha, component versions
Browse files Browse the repository at this point in the history
Signed-off-by: Jeeva Kandasamy <jkandasa@redhat.com>
  • Loading branch information
jkandasa authored and tekton-robot committed Feb 20, 2024
1 parent b95b4c1 commit 2014719
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions config/openshift/base/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,21 +83,21 @@ spec:
- name: CONFIG_LEADERELECTION_NAME
value: tekton-operator-controller-config-leader-election
- name: IMAGE_HUB_TEKTON_HUB_DB
value: registry.redhat.io/rhel8/postgresql-13@sha256:f0083c3398501e3b7c82e7f865cd3377ff14cbfb14b1f8f91d7889232afa4796
value: registry.redhat.io/rhel8/postgresql-13@sha256:3903d562425dd564986123280dc076548fb3d24c74138dcd857652f53052e0a7
- name: IMAGE_ADDONS_PARAM_BUILDER_IMAGE
value: registry.redhat.io/rhel8/buildah@sha256:3c2ea396a114221575a4031d90d28c43563f7b96288374e0ba8b22de3ed97b5a
value: registry.redhat.io/rhel8/buildah@sha256:b48f410efa0ff8ab0db6ead420a5d8d866d64af846fece5efb185230d7ecf591
- name: IMAGE_ADDONS_PARAM_KN_IMAGE
value: registry.redhat.io/openshift-serverless-1/client-kn-rhel8@sha256:bf6cf2e87fb19f7aa9a490b83c16af69834c0721220a643710a1b077959e91ca
- name: IMAGE_ADDONS_MVN_SETTINGS
value: registry.redhat.io/ubi8/ubi-minimal@sha256:87bcbfedfd70e67aab3875fff103bade460aeff510033ebb36b7efa009ab6639
value: registry.redhat.io/ubi8/ubi-minimal@sha256:6825946f10e8c81586fa7815c4f06016af05cfc231d921ec9699402a6655d201
- name: IMAGE_ADDONS_SKOPEO_COPY
value: registry.redhat.io/rhel8/skopeo@sha256:4b8d3eeb55e243f7a8ecd375292bdb8f65a6dfc5b02addfdfec5d0aec70877f6
value: registry.redhat.io/rhel8/skopeo@sha256:e297b84ba6f1d5eb2c37e2c3b31c9a9a4c39f9590e7d7c32388165245bde4835
- name: IMAGE_ADDONS_GENERATE
value: registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:6a6025914296a62fdf2092c3a40011bd9b966a6806b094d51eec5e1bd5026ef4
- name: IMAGE_ADDONS_GEN_ENV_FILE
value: registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:6a6025914296a62fdf2092c3a40011bd9b966a6806b094d51eec5e1bd5026ef4
- name: IMAGE_ADDONS_PARAM_MAVEN_IMAGE
value: registry.redhat.io/ubi8/openjdk-17@sha256:0d12c4097e098b62f78a7a31c0d711d78e1e5a53f4c007b9a5fc6cc6ab4dc018
value: registry.redhat.io/ubi8/openjdk-17@sha256:a8165bc2cd5051a96d6937e25ed03155bbd4b731da6e58cebfe2ea83209c16d8
- name: openshift-pipelines-operator-cluster-operations # tektoninstallerset reconciler
image: ko://github.com/tektoncd/operator/cmd/openshift/operator
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,12 +278,12 @@ spec:
### Components
- Tekton Pipelines: v0.50.1
- Tekton Triggers: v0.25.0
- Pipelines as Code: 0.20.0
- Tekton Chains: v0.17.0
- Tekton Hub (tech-preview): v1.14.0
- Tekton Results (tech-preview): v0.7.0
- Tekton Pipelines: v0.56.1
- Tekton Triggers: v0.26.1
- Pipelines as Code: v0.24.1
- Tekton Chains: v0.20.0
- Tekton Hub (tech-preview): v1.16.0
- Tekton Results (tech-preview): v0.9.1
## Getting Started
In order to get familiar with _OpenShift Pipelines_ concepts and create your first pipeline, follow the [OpenShift Pipelines Docs](https://docs.openshift.com/container-platform/OPENSHIFT_DOCS_VERSION/cicd/pipelines/creating-applications-with-cicd-pipelines.html).
Expand Down
2 changes: 1 addition & 1 deletion pkg/reconciler/openshift/tektonaddon/consolecli.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func getRouteHost(manifest *mf.Manifest) (string, error) {
}

func consoleCLITransform(ctx context.Context, manifest *mf.Manifest, baseURL string) error {
tknVersion := "0.35.0"
tknVersion := "0.35.1"

if baseURL == "" {
return fmt.Errorf("route url should not be empty")
Expand Down

0 comments on commit 2014719

Please sign in to comment.