Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(helm): update image ghcr.io/elfhosted/comet v1.32.2 → v1.36.1 - autoclosed #29381

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/incubator/comet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: incubator
apiVersion: v2
appVersion: 1.32.2
appVersion: 1.36.1
dependencies:
- name: common
version: 25.1.7
Expand All @@ -29,4 +29,4 @@ sources:
- https://ghcr.io/elfhosted/comet
- https://github.com/truecharts/charts/tree/master/charts/incubator/comet
type: application
version: 0.0.3
version: 0.1.0
2 changes: 1 addition & 1 deletion charts/incubator/comet/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/elfhosted/comet
pullPolicy: IfNotPresent
tag: v1.32.2@sha256:9173883363799fce4f2d700062b304ee6853276d37fc7cd15f84a093dc98db95
tag: v1.36.1@sha256:1461b5627fd8041c732d7124704e60cf1c17f9b950583261506c58717846d9d9

service:
main:
Expand Down Expand Up @@ -34,7 +34,7 @@
DATABASE_URL: '{{ printf "%s:%s@%s:5432" .Values.cnpg.main.user .Values.cnpg.main.creds.password (.Values.cnpg.main.creds.host | trimAll "\"") }}'



Check failure on line 37 in charts/incubator/comet/values.yaml

View workflow job for this annotation

GitHub Actions / charts-lint / Lint Charts and Verify Dependencies

37:1 [empty-lines] too many blank lines (3 > 1)
persistence:
data:
enabled: true
Expand Down
Loading