Skip to content

Commit

Permalink
Merge pull request #15 from port-labs/multiple-invocations-in-one-dep…
Browse files Browse the repository at this point in the history
…loyment

Updated to a new version of port-agent
  • Loading branch information
matarpeles authored Jun 4, 2023
2 parents 3c6ecdd + 6cee7dd commit 7c17942
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/port-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: port-agent
description: A Helm chart for Port Agent
type: application
version: 0.2.0
appVersion: "v0.2.0"
version: 0.3.0
appVersion: "v0.3.0"
home: https://getport.io/
sources:
- https://github.com/port-labs/port-agent
Expand Down
2 changes: 1 addition & 1 deletion charts/port-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ secret:
env:
normal:
GITLAB_URL: "https://gitlab.com/"
STREAMER_NAME: "KafkaToWebhookStreamer"
STREAMER_NAME: "KAFKA"
PORT_ORG_ID: ""
KAFKA_CONSUMER_GROUP_ID: ""
KAFKA_CONSUMER_BROKERS: "b-1-public.publicclusterprod.t9rw6w.c1.kafka.eu-west-1.amazonaws.com:9196,b-2-public.publicclusterprod.t9rw6w.c1.kafka.eu-west-1.amazonaws.com:9196,b-3-public.publicclusterprod.t9rw6w.c1.kafka.eu-west-1.amazonaws.com:9196"
Expand Down

0 comments on commit 7c17942

Please sign in to comment.