Skip to content

Commit

Permalink
Merge pull request #40 from port-labs/PORT-5259-port-agent-report-run…
Browse files Browse the repository at this point in the history
…-back-to-port

Upgrade port-agent
  • Loading branch information
yairsimantov20 authored Nov 21, 2023
2 parents a1a78d6 + 65d5f16 commit ecad6d1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 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.5.1
appVersion: "v0.5.1"
version: 0.6.0
appVersion: "v0.6.0"
home: https://getport.io/
sources:
- https://github.com/port-labs/port-agent
Expand Down
12 changes: 7 additions & 5 deletions charts/port-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ For example, to use the `KafkaToWebhookStreamer` Streamer, use the following com
--set env.normal.STREAMER_NAME=KafkaToWebhookStreamer \
--set env.normal.PORT_ORG_ID=YOUR_PORT_ORG_ID
--set env.normal.KAFKA_CONSUMER_GROUP_ID=YOUR_KAFKA_CONSUMER_GROUP_ID \
--set env.secret.KAFKA_CONSUMER_USERNAME=YOUR_KAFKA_CONSUMER_USERNAME \
--set env.secret.KAFKA_CONSUMER_PASSWORD=YOUR_KAFKA_CONSUMER_PASSWORD
--set env.secret.PORT_CLIENT_ID=YOUR_PORT_CLIENT_ID \
--set env.secret.PORT_CLIENT_SECRET=YOUR_PORT_CLIENT_SECRET

* Replace `YOUR_PORT_ORG_ID`, `YOUR_KAFKA_CONSUMER_GROUP_ID`, `YOUR_KAFKA_CONSUMER_USERNAME`, `YOUR_KAFKA_CONSUMER_PASSWORD` with the values that Port supplied you.
*
Replace `YOUR_PORT_ORG_ID`, `YOUR_KAFKA_CONSUMER_GROUP_ID`, `YOUR_PORT_CLIENT_ID`, `YOUR_PORT_CLIENT_SECRET`
with the values that Port supplied you.

To uninstall the chart use:

Expand Down Expand Up @@ -60,8 +62,8 @@ The following table lists the configuration parameters of the `port-agent` chart
| `env.normal.KAFKA_CONSUMER_SECURITY_PROTOCOL` | Kafka consumer security protocol | `"SASL_SSL"` |
| `env.normal.KAFKA_CONSUMER_AUTHENTICATION_MECHANISM` | Kafka consumer authentication mechanism | `"SCRAM-SHA-512"` |
| `env.normal.KAFKA_CONSUMER_AUTO_OFFSET_RESET` | Kafka consumer auto offset reset | `"largest"` |
| `env.secret.KAFKA_CONSUMER_USERNAME` | Kafka Username - **Required if using any Kafka streamer** | `""` |
| `env.secret.KAFKA_CONSUMER_PASSWORD` | Kafka Password - **Required if using any Kafka streamer** | `""` |
| `env.secret.PORT_CLIENT_ID` | Port API client id | `""` |
| `env.secret.PORT_CLIENT_SECRET` | Port API client secret | `""` |
| `controlThePayloadConfig` | Override the default control the payload configuration file with custom json configuration | `""` |
| `podAnnotations` | Annotations to be added to the pod | `{}` |
| `podSecurityContext` | Security context applied to the pod | `{}` |
Expand Down
4 changes: 2 additions & 2 deletions charts/port-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ env:
KAFKA_CONSUMER_AUTHENTICATION_MECHANISM: "SCRAM-SHA-512"
KAFKA_CONSUMER_AUTO_OFFSET_RESET: "largest"
secret:
KAFKA_CONSUMER_USERNAME: ""
KAFKA_CONSUMER_PASSWORD: ""
PORT_CLIENT_ID: ""
PORT_CLIENT_SECRET: ""

podAnnotations: {}

Expand Down

0 comments on commit ecad6d1

Please sign in to comment.