diff --git a/src/prod/Chart.yaml b/src/prod/Chart.yaml index c4062c8c..7eeb416c 100644 --- a/src/prod/Chart.yaml +++ b/src/prod/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each 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.2.4 +version: 0.2.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/src/prod/charts/ci-0.1.0.tgz b/src/prod/charts/ci-0.1.0.tgz index 96f52a72..aad86393 100644 Binary files a/src/prod/charts/ci-0.1.0.tgz and b/src/prod/charts/ci-0.1.0.tgz differ diff --git a/src/prod/charts/platform-0.1.0.tgz b/src/prod/charts/platform-0.1.0.tgz index d1970fd7..0c74a914 100644 Binary files a/src/prod/charts/platform-0.1.0.tgz and b/src/prod/charts/platform-0.1.0.tgz differ diff --git a/src/prod/charts/sto-0.1.0.tgz b/src/prod/charts/sto-0.1.0.tgz index 0f7d82ae..37650d44 100644 Binary files a/src/prod/charts/sto-0.1.0.tgz and b/src/prod/charts/sto-0.1.0.tgz differ diff --git a/src/prod/platform/Chart.lock b/src/prod/platform/Chart.lock index b517ca96..9095acf5 100644 --- a/src/prod/platform/Chart.lock +++ b/src/prod/platform/Chart.lock @@ -30,8 +30,8 @@ dependencies: repository: https://harness.github.io/helm-log-service/charts version: 0.1.0 - name: minio - repository: https://helm.min.io/ - version: 8.0.10 + repository: https://charts.min.io/ + version: 4.0.9 - name: mongo repository: https://harness.github.io/helm-mongo/charts version: 0.1.0 @@ -65,5 +65,5 @@ dependencies: - name: timescaledb repository: https://harness.github.io/helm-timescaledb/charts version: 0.1.0 -digest: sha256:e71ffbe6da53b813d1ddf0b78075e51e185ac0bd100b62a17d1977b6b70b1b02 -generated: "2022-08-17T13:51:19.150946-04:00" +digest: sha256:a1d76d89997dd574891d443368bc849f2c34f1da1ec826890675e75bc00fd6bd +generated: "2022-08-18T11:18:37.243793-04:00" diff --git a/src/prod/platform/Chart.yaml b/src/prod/platform/Chart.yaml index 2c4ccc3a..748a6b97 100644 --- a/src/prod/platform/Chart.yaml +++ b/src/prod/platform/Chart.yaml @@ -65,8 +65,8 @@ dependencies: repository: "https://harness.github.io/helm-log-service/charts" - name: minio - version: 8.0.10 - repository: https://helm.min.io/ + version: 4.0.9 + repository: https://charts.min.io/ - name: mongo version: 0.1.0 diff --git a/src/prod/platform/charts/minio-4.0.9.tgz b/src/prod/platform/charts/minio-4.0.9.tgz new file mode 100644 index 00000000..d28cc762 Binary files /dev/null and b/src/prod/platform/charts/minio-4.0.9.tgz differ diff --git a/src/prod/platform/charts/minio-8.0.10.tgz b/src/prod/platform/charts/minio-8.0.10.tgz deleted file mode 100644 index 0eb5e764..00000000 Binary files a/src/prod/platform/charts/minio-8.0.10.tgz and /dev/null differ diff --git a/src/prod/platform/values.yaml b/src/prod/platform/values.yaml index 6427d7e8..64cc6456 100644 --- a/src/prod/platform/values.yaml +++ b/src/prod/platform/values.yaml @@ -130,12 +130,18 @@ log-service: enabled: false minio: - fullnameOverride: minio - defaultBuckets: "logs" - auth: - existingSecret: minio - autoscaling: - enabled: false + fullnameOverride: "minio" + mode: standalone + rootUser: "" + rootPassword: "" + buckets: + - name: logs + policy: none + purge: false + makeBucketJob: + exitCommand: "curl -sf -XPOST http://127.0.0.1:15020/quitquitquit" + makeUserJob: + exitCommand: "curl -sf -XPOST http://127.0.0.1:15020/quitquitquit" mongo: image: