Skip to content

Commit

Permalink
Merge pull request #30 from xuzhu-591/remove-s3
Browse files Browse the repository at this point in the history
remove s3
  • Loading branch information
xuzhu-591 authored Mar 29, 2023
2 parents 84a91b8 + dc621b2 commit d3feac5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 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.1.7
appVersion: v2.0.11
version: 2.1.8
appVersion: v2.0.12

dependencies:
- name: common
Expand Down Expand Up @@ -33,7 +33,6 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: minio.enabled
tags:
- minimal
- full

- name: mysql
Expand Down
3 changes: 2 additions & 1 deletion charts/horizon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ config:
server: http://el-horizon-listener:8080
namespace: "{{ .Release.Namespace }}"
kubeconfig: ""
s3:
logStorage:
type: "{{ if .Values.tags.full }}s3{{ else }}dummy{{ end }}"
accessKey: admin
secretKey: qOIh3Xt5jg
region: china
Expand Down

0 comments on commit d3feac5

Please sign in to comment.