Skip to content

Commit

Permalink
update tkn and helm chart version
Browse files Browse the repository at this point in the history
Signed-off-by: Jeeva Kandasamy <[email protected]>
  • Loading branch information
jkandasa authored and tekton-robot committed Oct 25, 2023
1 parent 27500d5 commit 21a77c4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Release Charts

on: # yamllint disable-line rule:truthy
push:
branches:
- main
tags: ["v*"]

jobs:
release:
Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: tekton-operator
description: A Helm chart to deploy the Tekton Operator and its CRDs
type: application
version: 0.68.0
version: 0.68.1
# corresponds to the version of tekton-operator
# https://github.com/tektoncd/operator/releases
appVersion: "v0.68.0"
appVersion: "v0.68.1"
maintainers:
- name: Jack Henschel
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
- name: IMAGE_PIPELINES_PROXY
value: {{ include "tekton-operator.webhook-proxy-image" . }}
- name: IMAGE_JOB_PRUNER_TKN
value: gcr.io/tekton-releases/dogfooding/tkn@sha256:a572f1748eb5c0e8002dd0a83ee836ad9d755d035cbd5bfbdef5de810d2bea0b
value: gcr.io/tekton-releases/dogfooding/tkn@sha256:64886334a4fd2a9fef496e83e248d66159c05691abb66bf5e6887ba3845f61d8
- name: METRICS_DOMAIN
value: {{ .Values.service.metricsDomain }}
- name: VERSION
Expand Down
2 changes: 1 addition & 1 deletion config/kubernetes/base/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
- name: IMAGE_PIPELINES_PROXY
value: ko://github.com/tektoncd/operator/cmd/kubernetes/proxy-webhook
- name: IMAGE_JOB_PRUNER_TKN
value: gcr.io/tekton-releases/dogfooding/tkn@sha256:a572f1748eb5c0e8002dd0a83ee836ad9d755d035cbd5bfbdef5de810d2bea0b
value: gcr.io/tekton-releases/dogfooding/tkn@sha256:64886334a4fd2a9fef496e83e248d66159c05691abb66bf5e6887ba3845f61d8
- name: METRICS_DOMAIN
value: tekton.dev/operator
- name: VERSION
Expand Down
2 changes: 1 addition & 1 deletion config/openshift/base/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
- name: IMAGE_PIPELINES_PROXY
value: ko://github.com/tektoncd/operator/cmd/openshift/proxy-webhook
- name: IMAGE_JOB_PRUNER_TKN
value: gcr.io/tekton-releases/dogfooding/tkn@sha256:a572f1748eb5c0e8002dd0a83ee836ad9d755d035cbd5bfbdef5de810d2bea0b
value: gcr.io/tekton-releases/dogfooding/tkn@sha256:64886334a4fd2a9fef496e83e248d66159c05691abb66bf5e6887ba3845f61d8
- name: METRICS_DOMAIN
value: tekton.dev/operator
- name: VERSION
Expand Down
2 changes: 1 addition & 1 deletion operatorhub/kubernetes/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ image-substitutions:
containerName: tekton-operator-lifecycle
envKeys:
- IMAGE_PIPELINES_PROXY
- image: gcr.io/tekton-releases/dogfooding/tkn@sha256:a572f1748eb5c0e8002dd0a83ee836ad9d755d035cbd5bfbdef5de810d2bea0b
- image: gcr.io/tekton-releases/dogfooding/tkn@sha256:64886334a4fd2a9fef496e83e248d66159c05691abb66bf5e6887ba3845f61d8
replaceLocations:
envTargets:
- deploymentName: tekton-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ spec:
- name: IMAGE_PIPELINES_PROXY
value: gcr.io/tekton-releases/github.com/tektoncd/operator/cmd/kubernetes/proxy-webhook@sha256:c2c3a38c2d26fc05d336e0e47c24a488a26cc6df8d72cd55e00ac05668d090d4
- name: IMAGE_JOB_PRUNER_TKN
value: gcr.io/tekton-releases/dogfooding/tkn@sha256:025de221fb059ca24a3b2d988889ea34bce48dc76c0cf0d6b4499edb8c21325f
value: gcr.io/tekton-releases/dogfooding/tkn@sha256:64886334a4fd2a9fef496e83e248d66159c05691abb66bf5e6887ba3845f61d8
- name: METRICS_DOMAIN
value: tekton.dev/operator
- name: VERSION
Expand Down

0 comments on commit 21a77c4

Please sign in to comment.