Skip to content

Commit

Permalink
Merge pull request #62 from kilosonc/feat/catalog
Browse files Browse the repository at this point in the history
upgrade: 2.2.6
  • Loading branch information
kilosonc authored Jul 18, 2023
2 parents ab4118a + 610a3e1 commit be44c3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/horizon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: A CICD DevOps Platform

type: application

version: 2.2.5
appVersion: v2.4.1
version: 2.2.6
appVersion: v2.4.2
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand Down
1 change: 1 addition & 0 deletions charts/horizon/templates/web/web-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ data:
gzip_types text/plain application/javascript application/x-javascript text/css application/xml text/javascript application/x-httpd-php image/jpeg image/gif image/png;
gzip_vary on;
gzip_disable "MSIE [1-6]\.";
add_header Cache-Control no-store;
root /usr/share/nginx/html;
Expand Down
2 changes: 1 addition & 1 deletion charts/horizon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2104,7 +2104,7 @@ web:
replicas: 1
image:
repository: horizoncd/horizon-web
tag: v2.3.3
tag: v2.3.4
securityContext:
runAsUser: 10001
fsGroup: 10001
Expand Down

0 comments on commit be44c3f

Please sign in to comment.