Skip to content

Commit

Permalink
chore: update incident-commander image version to 0.0.386
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop authored and github-actions[bot] committed Nov 6, 2023
1 parent 0d7017c commit c92b438
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ nameOverride: ""
image:
repository: docker.io/flanksource/incident-commander
pullPolicy: IfNotPresent
tag: "v0.0.385"
tag: "v0.0.386"
serviceAccount:
# Annotations to add to the service account
annotations: {}
Expand All @@ -16,19 +16,16 @@ externalPostgrest:
dbScema: public
dbAnonRole: postgrest_anon
maxRows: 2000

# Specify the cel-go script or the file path to the cel script.
# Script is used to map the user identity to the role & teams.
identityRoleMapper:
# specify the script inline
script: ""

# specify the script via a config map that'll be mounted to `mountPath`
configMap:
name: ""
key: ""
mountPath: "/etc/identity-role-mapper"

# Configuration for pushing data to upstream
# upstream_push:
# name: ''
Expand Down

0 comments on commit c92b438

Please sign in to comment.