Skip to content

Commit

Permalink
fix: updates s3 blob query parameters to keep up with gocloud updates (
Browse files Browse the repository at this point in the history
…#60)

* fix: updates s3 blob query parameters to keep up with gocloud updates

Signed-off-by: Amit Singh <[email protected]>

* updates chart and guac app version

Signed-off-by: Amit Singh <[email protected]>

* fix: updates minio service endpoint address

Signed-off-by: Amit Singh <[email protected]>

---------

Signed-off-by: Amit Singh <[email protected]>
  • Loading branch information
semmet95 authored Dec 19, 2024
1 parent e1a0bdd commit 55a7d1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/guac/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ maintainers:
email: [email protected]

type: application
version: 0.5.1
appVersion: "v0.8.0"
version: 0.5.2
appVersion: "v0.12.1"

dependencies:
- name: nats
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/templates/guac-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ data:
{{- if $.Values.guac.blobAddr }}
blob-addr: {{ $.Values.guac.blobAddr }}
{{- else }}
blob-addr: s3://bucketname?endpoint={{ .Release.Namespace }}-minio.{{ .Release.Namespace }}.svc.cluster.local:9000&region=us-east-1&disableSSL=true&s3ForcePathStyle=true
blob-addr: s3://bucketname?endpoint=http://{{ .Release.Namespace }}-minio.{{ .Release.Namespace }}.svc.cluster.local:9000&region=us-east-1&disable_https=true&use_path_style=true
{{- end }}


Expand Down

0 comments on commit 55a7d1a

Please sign in to comment.