Skip to content

Commit

Permalink
Merge pull request #6 from iamyeka/main
Browse files Browse the repository at this point in the history
Feat: bump horizon module's version to v2.0.2
  • Loading branch information
iamyeka authored Feb 2, 2023
2 parents 12c0be0 + 784d218 commit 0773a6b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion charts/horizon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ description: A CICD DevOps Platform
type: application

version: 2.0.2
appVersion: v2.0.1
appVersion: v2.0.2

dependencies:
- name: gitlab
version: 2.0.1
repository: https://horizoncd.github.io/helm-charts
condition: gitlab.enabled
- name: tektoncd
version: 2.0.1
repository: https://horizoncd.github.io/helm-charts
condition: tektoncd.enabled
- name: minio
version: 11.10.13
repository: https://charts.bitnami.com/bitnami
Expand Down
8 changes: 4 additions & 4 deletions charts/horizon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ core:
additionalLabels: {}
image:
repository: horizoncd/horizon-core
tag: v2.0.1
tag: v2.0.2
args:
loglevel:
gitOpsRepoDefaultBranch: master
Expand Down Expand Up @@ -2062,7 +2062,7 @@ job:
additionalLabels: {}
image:
repository: horizoncd/horizon-job
tag: v2.0.1
tag: v2.0.2
args:
loglevel:
gitOpsRepoDefaultBranch: master
Expand All @@ -2080,7 +2080,7 @@ swagger:
replicas: 1
image:
repository: horizoncd/horizon-swagger
tag: v2.0.1
tag: v2.0.2
securityContext:
runAsUser: 10001
fsGroup: 10001
Expand All @@ -2096,7 +2096,7 @@ web:
replicas: 1
image:
repository: horizoncd/horizon-web
tag: v2.0.1
tag: v2.0.2
securityContext:
runAsUser: 10001
fsGroup: 10001
Expand Down

0 comments on commit 0773a6b

Please sign in to comment.