Skip to content

Commit

Permalink
Upgrade dependencies to be ARM compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
pchico83 committed Mar 1, 2024
1 parent 720841d commit efca18b
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 36 deletions.
Binary file removed kafka/kafka-18.0.3.tgz
Binary file not shown.
42 changes: 9 additions & 33 deletions kafka/values.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,10 @@
listeners:
- PLAINTEXT://:9092
- CONTROLLER://:9093
advertisedListeners:
- "PLAINTEXT://$(MY_POD_NAME).kafka-headless:9092"
listenerSecurityProtocolMap: "CONTROLLER:PLAINTEXT,PLAINTEXT:PLAINTEXT"
allowPlaintextListener: true
interBrokerListenerName: PLAINTEXT
command:
- /opt/bitnami/scripts/kafka/entrypoint.sh
- "sh"
- "-c"
- |
set -ex
/opt/bitnami/scripts/kafka/setup.sh
export KAFKA_CFG_BROKER_ID="$(kafka-storage.sh random-uuid)"
kafka-storage.sh format --config "${KAFKA_CONF_FILE}" --cluster-id "${KAFKA_CFG_BROKER_ID}" --ignore-formatted
/opt/bitnami/scripts/kafka/run.sh
extraEnvVars:
# Kraft Setup (Kafka as Controller - no Zookeeper)
- name: KAFKA_CFG_NODE_ID
value: "1"
- name: KAFKA_CFG_BROKER_ID
value: "1"
- name: KAFKA_CFG_CONTROLLER_QUORUM_VOTERS
value: [email protected]:9093
- name: KAFKA_CFG_CONTROLLER_LISTENER_NAMES
value: CONTROLLER
- name: KAFKA_CFG_PROCESS_ROLES
value: broker,controller
persistence:
enabled: false
zookeeper:
enabled: false
persistence:
size: 1Gi

persistence:
size: 1Gi

listeners:
client:
protocol: PLAINTEXT
Binary file removed mongodb/mongodb-12.1.30.tgz
Binary file not shown.
4 changes: 4 additions & 0 deletions mongodb/values.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
image:
repository: zcube/bitnami-compat-mongodb
tag: 6.0.5

persistence:
size: 1Gi

Expand Down
6 changes: 3 additions & 3 deletions okteto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ build:

deploy:
- name: Deploy PostgreSQL
command: helm upgrade --install postgresql postgresql/postgresql-11.6.21.tgz -f postgresql/values.yml --version 11.6.21
command: helm upgrade --install postgresql oci://registry-1.docker.io/bitnamicharts/postgresql -f postgresql/values.yml --version 13.4.4
- name: Deploy Kafka
command: helm upgrade --install kafka kafka/kafka-18.0.3.tgz -f kafka/values.yml --version 18.0.3
command: helm upgrade --install kafka oci://registry-1.docker.io/bitnamicharts/kafka -f kafka/values.yml --version 26.8.3
- name: Deploy MongoDB
command: helm upgrade --install mongodb mongodb/mongodb-12.1.30.tgz -f mongodb/values.yml --version 12.1.30
command: helm upgrade --install mongodb oci://registry-1.docker.io/bitnamicharts/mongodb -f mongodb/values.yml --version 13.18.5
- name: Deploy Frontend
command: helm upgrade --install frontend frontend/chart --set image=${OKTETO_BUILD_FRONTEND_IMAGE}
- name: Deploy Catalog
Expand Down
Binary file removed postgresql/postgresql-11.6.21.tgz
Binary file not shown.

0 comments on commit efca18b

Please sign in to comment.