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: bump kafka dep to 0.3.2 #16

Merged
merged 5 commits into from
Nov 27, 2024
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
6 changes: 6 additions & 0 deletions .github/workflows/chart-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
with:
fetch-depth: 0

- name: add repos
run: |
helm repo add cert-manager https://charts.jetstack.io
helm repo add kafka https://strimzi.io/charts
helm repo add ditto-helm-charts https://getditto.github.io/helm-charts/

- name: Install dependencies
run: |
helm plugin install https://github.com/helm-unittest/helm-unittest.git
Expand Down
8 changes: 4 additions & 4 deletions charts/big-peer/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
version: 0.44.0
- name: kafka
repository: https://getditto.github.io/helm-charts/
version: 0.3.0
version: 0.3.2
- name: dummy-auth-webhook
repository: oci://quay.io/ditto-external
version: 0.1.1
Expand All @@ -31,6 +31,6 @@ dependencies:
version: 0.1.0-002c59
- name: kafka
repository: https://getditto.github.io/helm-charts/
version: 0.3.0
digest: sha256:a80e20c3350b81baadc9c95d1a9cd5a39cbb477424eada9cb1799051be769e37
generated: "2024-11-26T21:26:25.417383+13:00"
version: 0.3.2
digest: sha256:639e86bf85b32c860f779291a142f229752cc4a70a422232c176fff9883a7c80
generated: "2024-11-27T14:49:36.971451+13:00"
7 changes: 3 additions & 4 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.10
version: 0.2.11

# 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 Down Expand Up @@ -75,7 +75,7 @@ dependencies:
tags:
- kafka-operator
- name: kafka
version: "0.3.0"
version: "0.3.2"
repository: "https://getditto.github.io/helm-charts/"
alias: kafka
condition: kafka-cluster.enabled
Expand All @@ -96,9 +96,8 @@ dependencies:
- live-query
- name: kafka
alias: live-query-kafka
version: "0.3.0"
version: "0.3.2"
repository: "https://getditto.github.io/helm-charts/"
condition: live-query.enabled
tags:
- kafka

26 changes: 12 additions & 14 deletions charts/big-peer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ global:
debug: false
trace: false

#Create a storage class for local k8s clusters or k8s clusters that do not use dynamic provisioners out of box
# Create a storage class for local k8s clusters or k8s clusters that do not use dynamic provisioners out of box
# Default provisioner is for rancher cluster
# Disable if you have a k8s cluster with a default dynamic provisioner
storageClass:
Expand Down Expand Up @@ -50,7 +50,7 @@ global:
apps:
myApp:
enabled: false
id: 891c1bdb-71c6-40d5-9374-128e467c367e # uuid generated via uuidgen
id: 891c1bdb-71c6-40d5-9374-128e467c367e # uuid generated via uuidgen

liveQuery:
enabled: false
Expand All @@ -74,8 +74,6 @@ apps:
enabled: true
url: "http://myapp.com/rimshot"



# global kafka cluster options
kafka:
# enable kraft mode for dual use Kafka nodes in a common node pool
Expand All @@ -87,7 +85,7 @@ kafka:

# disable kafka supporting services that are not required
strimzi:
#interBrokerProtocolVersion: 3.8.0
# interBrokerProtocolVersion: 3.8.0
kafkaVersion: 3.8.0
kafkaExporter:
enabled: false
Expand Down Expand Up @@ -120,15 +118,15 @@ ingress:

# -- Set the ingressClass that is used for this ingress.
# Requires Kubernetes >=1.19
ingressClassName: # "traefik"
ingressClassName: # "traefik"

## Configure the hosts for the ingress
hosts:
- # -- Host address. Helm template can be passed.
- # -- Host address. Helm template can be passed.
host: chart-example.local
## Configure the paths for the host
paths:
- # -- path. helm template can be passed.
- # -- path. helm template can be passed.
path: /_ditto
# -- ignored if not kubeversion >= 1.14-0
pathtype: prefix
Expand All @@ -138,7 +136,7 @@ ingress:
# -- overrides the service port reference for this path
port: 8080

- # -- path. helm template can be passed.
- # -- path. helm template can be passed.
path: /
# -- ignored if not kubeversion >= 1.14-0
pathtype: prefix
Expand Down Expand Up @@ -226,7 +224,7 @@ hades:
# If not set and create is true, a name is generated using the fullname template
name: ""

#Service
# Service
service:
type: ClusterIP
port: 80
Expand Down Expand Up @@ -296,7 +294,7 @@ hydra-consul:
{
"leave_on_terminate": true
}
#Enables you to configure network access to the components enabled in the hydra-consul install.
# Enables you to configure network access to the components enabled in the hydra-consul install.
networkPolicies:
enabled: false
ingress:
Expand Down Expand Up @@ -628,8 +626,8 @@ hydra-subscription:
"sharedToken": "test",
"permission":
{
"read": { "everything": true, "queriesByCollection": {} },
"write": { "everything": true, "queriesByCollection": {} },
"read": {"everything": true, "queriesByCollection": {}},
"write": {"everything": true, "queriesByCollection": {}},
},
},
}
Expand Down Expand Up @@ -866,7 +864,7 @@ live-query-kafka:
authorization: simple
external: true

#interBrokerProtocolVersion: 3.8.0
# interBrokerProtocolVersion: 3.8.0
kafkaVersion: 3.8.0
kafkaExporter:
enabled: false
Expand Down