Skip to content
Merged
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
3 changes: 1 addition & 2 deletions .github/workflows/test_connectors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:
run: |
helm repo add redpanda https://charts.redpanda.com
helm dependency build charts/redpanda
helm install --namespace redpanda --create-namespace redpanda charts/redpanda --wait --wait-for-jobs \
--set connectors.enabled=false
helm install --namespace redpanda --create-namespace redpanda charts/redpanda --wait --wait-for-jobs
- name: Copy Redpanda tls cert to connectors chart
run: |
kubectl -n redpanda wait --for=condition=Ready --timeout=10m certificates/redpanda-default-cert
Expand Down
2 changes: 1 addition & 1 deletion charts/connectors/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ appVersion: v1.0.31
# pre-release. Our "-0" allows pre-releases to be matched.
kubeVersion: "^1.21.0-0"

icon: https://images.ctfassets.net/paqvtpyf8rwu/3cYHw5UzhXCbKuR24GDFGO/73fb682e6157d11c10d5b2b5da1d5af0/skate-stand-panda.svg
icon: https://go.redpanda.com/hubfs/Redpandas/skate-stand-panda.svg
sources:
- https://github.com/redpanda-data/redpanda-operator/tree/main/charts/connectors
annotations:
Expand Down
2 changes: 1 addition & 1 deletion charts/console/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ appVersion: v3.0.0

kubeVersion: ">= 1.25.0-0"

icon: https://images.ctfassets.net/paqvtpyf8rwu/3cYHw5UzhXCbKuR24GDFGO/73fb682e6157d11c10d5b2b5da1d5af0/skate-stand-panda.svg
icon: https://go.redpanda.com/hubfs/Redpandas/skate-stand-panda.svg
sources:
- https://github.com/redpanda-data/redpanda-operator/tree/main/charts/console
annotations:
Expand Down
2 changes: 1 addition & 1 deletion charts/console/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "console.fullname" . }}:{{ .Values.service.port }}']
args: ['{{ include "console.fullname" . }}:{{ .Values.service.port }}', '--retry-connrefused', '--waitretry=1', '--read-timeout=20', '--timeout=15', '-t 20']
restartPolicy: Never
priorityClassName: {{ .Values.priorityClassName | quote }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/redpanda/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies:
repository: https://charts.redpanda.com
alias: console

icon: https://images.ctfassets.net/paqvtpyf8rwu/3cYHw5UzhXCbKuR24GDFGO/73fb682e6157d11c10d5b2b5da1d5af0/skate-stand-panda.svg
icon: https://go.redpanda.com/hubfs/Redpandas/skate-stand-panda.svg
sources:
- https://github.com/redpanda-data/redpanda-operator/tree/main/charts/redpanda
annotations:
Expand Down
Loading