Skip to content

Commit

Permalink
feature(apps/dev/prow/prow/release): bump release to 0.9.4 (#633)
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo committed Jul 2, 2023
1 parent 1a5f70c commit 4969c04
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 31 deletions.
50 changes: 30 additions & 20 deletions apps/dev/prow/release/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: prow
version: 0.9.3
version: 0.9.5
sourceRef:
kind: HelmRepository
name: ee-ops
Expand Down Expand Up @@ -49,6 +49,13 @@ spec:
configMapName: prow-plugin
job:
configMapName: prow-job
persistent:
type: gcs
needCredentials: true
credentials:
secretName: prow-gcs-credentials
secretKey: service-account.json
bucketName: ${BUCKET_NAME}
deck:
ingress:
enabled: false
Expand All @@ -62,6 +69,7 @@ spec:
image:
repository: ticommunityinfra/tide
tag: v20230323-3ade632
kubeconfigSecret: prow-kubeconfig
hook:
ingress:
enabled: false
Expand All @@ -73,10 +81,16 @@ spec:
value: >-
ti-community-infra/test-dev
ti-community-infra/test-prod
kubeconfigSecret: prow-kubeconfig
pcm:
kubeconfigSecret: prow-kubeconfig
additionalArgs:
- --kubeconfig=/etc/kubeconfig/config
pipeline:
image:
repository: ticommunityinfra/pipeline
tag: v20230621-df5abce
kubeconfigSecret: prow-kubeconfig
jenkinsOperator:
enabled: true
image:
Expand All @@ -89,6 +103,7 @@ spec:
secretName: ${JENKINS_OPERATOR_AUTH_SEC_NAME}
secretKeyJenkinsUser: ${JENKINS_OPERATOR_AUTH_SEC_KEY_USER}
secretKeyJenkinsToken: ${JENKINS_OPERATOR_AUTH_SEC_KEY_TOKEN}
kubeconfigSecret: prow-kubeconfig
thirdPlugins:
needs-rebase:
replicaCount: 1
Expand Down Expand Up @@ -116,7 +131,7 @@ spec:
name: prow-hook
image:
repository: ticommunityinfra/tichi-autoresponder-plugin
tag: v2.4.2 # renovate: datasource=docker depName=ticommunityinfra/tichi-autoresponder-plugin
tag: v2.4.3 # renovate: datasource=docker depName=ticommunityinfra/tichi-autoresponder-plugin
args:
- --dry-run=false
- --github-app-id=$(GITHUB_APP_ID)
Expand All @@ -140,7 +155,7 @@ spec:
name: prow-hook
image:
repository: ticommunityinfra/tichi-blunderbuss-plugin
tag: v2.4.2
tag: v2.4.3
args:
- --dry-run=false
- --github-app-id=$(GITHUB_APP_ID)
Expand All @@ -164,7 +179,7 @@ spec:
name: prow-hook
image:
repository: ticommunityinfra/tichi-cherrypicker-plugin
tag: v2.4.2
tag: v2.4.3
args:
- --dry-run=false
- --github-token-path=/etc/github/token
Expand All @@ -187,7 +202,7 @@ spec:
name: prow-hook
image:
repository: ticommunityinfra/tichi-contribution-plugin
tag: v2.4.2
tag: v2.4.3
args:
- --dry-run=false
- --github-app-id=$(GITHUB_APP_ID)
Expand All @@ -211,7 +226,7 @@ spec:
name: prow-hook
image:
repository: ticommunityinfra/tichi-format-checker-plugin
tag: v2.4.2
tag: v2.4.3
args:
- --dry-run=false
- --github-app-id=$(GITHUB_APP_ID)
Expand Down Expand Up @@ -259,7 +274,7 @@ spec:
name: prow-hook
image:
repository: ticommunityinfra/tichi-label-plugin
tag: v2.4.2
tag: v2.4.3
args:
- --dry-run=false
- --github-app-id=$(GITHUB_APP_ID)
Expand All @@ -283,7 +298,7 @@ spec:
name: prow-hook
image:
repository: ticommunityinfra/tichi-label-blocker-plugin
tag: v2.4.2
tag: v2.4.3
args:
- --dry-run=false
- --github-app-id=$(GITHUB_APP_ID)
Expand All @@ -307,7 +322,7 @@ spec:
name: prow-hook
image:
repository: ticommunityinfra/tichi-lgtm-plugin
tag: v2.4.2
tag: v2.4.3
args:
- --dry-run=false
- --github-app-id=$(GITHUB_APP_ID)
Expand All @@ -331,7 +346,7 @@ spec:
name: prow-hook
image:
repository: ticommunityinfra/tichi-merge-plugin
tag: v2.4.2
tag: v2.4.3
args:
- --dry-run=false
- --github-app-id=$(GITHUB_APP_ID)
Expand All @@ -355,7 +370,7 @@ spec:
name: prow-hook
image:
repository: ticommunityinfra/tichi-owners-plugin
tag: v2.4.2
tag: v2.4.3
args:
- --dry-run=false
- --github-app-id=$(GITHUB_APP_ID)
Expand All @@ -379,7 +394,7 @@ spec:
name: prow-hook
image:
repository: ticommunityinfra/tichi-tars-plugin
tag: v2.4.2
tag: v2.4.3
args:
- --dry-run=false
- --github-app-id=$(GITHUB_APP_ID)
Expand All @@ -402,7 +417,7 @@ spec:
http: 3000
image:
repository: ticommunityinfra/tichi-web
tag: v2.4.2
tag: v2.4.3
args: []
additionalEnv:
- name: EXTERNAL_PLUGINS_CONFIG
Expand All @@ -429,10 +444,5 @@ spec:
scheme: HTTP
initialDelaySeconds: 10
periodSeconds: 3
persistent:
type: gcs
needCredentials: true
credentials:
secretName: prow-gcs-credentials
secretKey: service-account.json
bucketName: ${BUCKET_NAME}


4 changes: 2 additions & 2 deletions charts/prow/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: prow
description: >
A Helm chart for deploying Prow in
A Helm chart for deploying Prow instance in
self kubernetes cluster.
maintainers:
- name: wuhuizuo
Expand All @@ -21,7 +21,7 @@ type: application
# 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.9.4"
version: "0.9.5"

# This is the version number of the application being deployed.
# This version number should be incremented each time you make changes to the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ spec:
name: {{ default (printf "%s-github" (include "prow.fullname" .)) .Values.prow.github.secretName }}
key: app-id
volumeMounts:
- name: github
mountPath: /etc/github
readOnly: true
- name: prow-config
mountPath: /etc/prow-config
readOnly: true
- name: prow-jobs
mountPath: /etc/prow-jobs
readOnly: true
- name: github
mountPath: /etc/github
readOnly: true
- name: prow-config
mountPath: /etc/prow-config
readOnly: true
- name: prow-jobs
mountPath: /etc/prow-jobs
readOnly: true
{{- if .Values.pcm.kubeconfigSecret }}
- mountPath: /etc/kubeconfig
name: kubeconfig
Expand Down

0 comments on commit 4969c04

Please sign in to comment.