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

add: operator to big-peer chart #18

Closed
wants to merge 3 commits into from
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
28 changes: 5 additions & 23 deletions charts/big-peer/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,36 +1,18 @@
dependencies:
- name: hades
repository: oci://quay.io/ditto-external
version: 1.39.2-4b6e4e
- name: hydra-consul
repository: oci://quay.io/ditto-external
version: 0.1.0
- name: hydra-store
repository: oci://quay.io/ditto-external
version: 1.39.2-4b6e4e
- name: hydra-subscription
repository: oci://quay.io/ditto-external
version: 1.39.2-4b6e4e
- name: service-token-validator
repository: oci://quay.io/ditto-external
version: 0.2.1
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.5.2
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.10.1
- name: strimzi-kafka-operator
repository: https://strimzi.io/charts
version: 0.44.0
- name: kafka
repository: https://getditto.github.io/helm-charts/
version: 0.3.3
- name: dummy-auth-webhook
repository: oci://quay.io/ditto-external
version: 0.1.1
- name: live-query-resource-controller
repository: oci://quay.io/ditto-external
version: 0.1.0-002c59
- name: kafka
repository: https://getditto.github.io/helm-charts/
version: 0.3.3
digest: sha256:dbf32fa8d6fa1346211fb86b5cf3bc9921cdf83bbe577c2c45c74ee0f6d05b63
generated: "2024-12-19T12:05:59.366092125-06:00"
digest: sha256:d99dc105e62188396d1c508b5446e742904f7e5a8d6d9af87e48705e6fc83b33
generated: "2024-12-19T13:02:49.071104909-06:00"
48 changes: 4 additions & 44 deletions charts/big-peer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ home: https://docs.ditto.live/
# 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.13
version: 1.0.0

# 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
Expand All @@ -31,62 +31,22 @@ maintainers:
- name: Ditto Live
email: [email protected]
dependencies:
# Both longhorn and minio are used for storage, longhorn seems to be more robust
- name: hades
version: "1.39.2-4b6e4e"
repository: "oci://quay.io/ditto-external"
condition: hades.enabled
tags:
- hades
- name: hydra-consul
version: "0.1.0"
repository: "oci://quay.io/ditto-external"
condition: hydra-consul.enabled
tags:
- hydra-consul
- name: hydra-store
version: "1.39.2-4b6e4e"
repository: "oci://quay.io/ditto-external"
condition: hydra-store.enabled
tags:
- hydra-store
- name: hydra-subscription
version: "1.39.2-4b6e4e"
repository: "oci://quay.io/ditto-external"
condition: hydra-subscription.enabled
tags:
- hydra-subscription
- name: service-token-validator
version: "0.2.1"
repository: "oci://quay.io/ditto-external"
condition: service-token-validator.enabled
tags:
- service-token-validator
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.5.2
- name: cert-manager
version: "1.10.1"
repository: "https://charts.jetstack.io"
condition: cert-manager.enabled
tags:
- cert-manager
- name: strimzi-kafka-operator
version: "0.44.0"
repository: "https://strimzi.io/charts"
condition: strimzi-kafka-operator.enabled
tags:
- kafka-operator
- name: kafka
version: "0.3.3"
repository: "https://getditto.github.io/helm-charts/"
alias: kafka
condition: kafka-cluster.enabled
tags:
- kafka
- name: dummy-auth-webhook
repository: "oci://quay.io/ditto-external"
condition: dummy-auth-webhook.enabled
version: "0.1.1"
tags:
- dummy-auth-webhook
- name: live-query-resource-controller
alias: live-query
repository: "oci://quay.io/ditto-external"
Expand Down
1,051 changes: 1,051 additions & 0 deletions charts/big-peer/crds/ditto_crds.yaml

Large diffs are not rendered by default.

39 changes: 0 additions & 39 deletions charts/big-peer/templates/_ingress.tpl

This file was deleted.

78 changes: 0 additions & 78 deletions charts/big-peer/templates/classes/_ingress.tpl

This file was deleted.

1 change: 1 addition & 0 deletions charts/big-peer/templates/common.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "common.all" . }}
1 change: 0 additions & 1 deletion charts/big-peer/templates/ingress.yaml

This file was deleted.

Loading
Loading