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

Research helm chart installation using replicated #636

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 chart/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies:
- name: replicated
repository: oci://registry.replicated.com/library
version: 1.0.0-beta.30
digest: sha256:f6af5f6830917a42df93538b30987c476611a3f4773475d5fbb1ad7e8970fd04
generated: "2024-10-17T09:26:34.72181+02:00"
digest: sha256:3758ad1b5cd5cfa65705273c197e036d07bd07094d4c1a18a3e684f123ee84b1
generated: "2024-11-18T11:56:25.836741+01:00"
3 changes: 1 addition & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies:
- name: replicated
repository: oci://registry.replicated.com/library
version: 1.0.0-beta.30
condition: replicated.enabled
description: CARTO Location Intelligence Platform. Unlock the power of spatial analysis in the cloud
engine: gotpl
home: https://github.com/CartoDB/carto-selfhosted-helm/tree/main/chart
Expand All @@ -34,4 +33,4 @@ sources:
- https://carto.com/
annotations:
minVersion: "2023.10.25"
version: 1.143.1
version: 1.143.2
2 changes: 0 additions & 2 deletions chart/templates/preflight.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{- if .Values.replicated.enabled }}
apiVersion: v1
kind: Secret
metadata:
Expand All @@ -18,4 +17,3 @@ stringData:
{{- include "carto.replicated.commonChecks.collectors" . | indent 6 }}
analyzers:
{{- include "carto.replicated.commonChecks.analyzers" . | indent 6 }}
{{- end }}
2 changes: 0 additions & 2 deletions chart/templates/support-bundle.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{- if .Values.replicated.enabled }}
apiVersion: v1
kind: Secret
metadata:
Expand Down Expand Up @@ -71,4 +70,3 @@ stringData:
when: "!= Healthy" # Catch all unhealthy pods. A pod is considered healthy if it has a status of Completed, or Running and all of its containers are ready.
# {{ printf "{{ .Status.Reason }}" }} displays the current status of the pod, while {{ printf "{{ .Status.Message }}" }} provides a detailed explanation of why the pod is unhealthy, based on logged events.
message: Pod {{ printf "{{ .Namespace }}" }}/{{ printf "{{ .Name }}" }} is unhealthy with a status of {{ printf "{{ .Status.Reason }}" }}. Message is {{ printf "{{ .Status.Message }}" }}
{{- end }}
2 changes: 1 addition & 1 deletion manifests/kots-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
chart:
name: carto
chartVersion: 1.143.1
chartVersion: 1.143.2
builder:
replicated:
enabled: true
Expand Down
Loading