Skip to content

Commit

Permalink
chore: update chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarschulte committed Apr 24, 2023
1 parent ddddc45 commit d8f84a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/steadybit-extension-host/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: steadybit-extension-host
description: Steadybit scaffold extension Helm chart for Kubernetes.
version: 1.0.2
version: 1.0.3
appVersion: latest
home: https://www.steadybit.com/
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ manifest should match snapshot with TLS:
- KILL
- SYS_TIME
- AUDIT_WRITE
- SETUID
- SETGID
volumeMounts:
- mountPath: /etc/extension/certificates/server-cert
name: certificate-server-cert
Expand Down Expand Up @@ -129,6 +131,8 @@ manifest should match snapshot with mutual TLS:
- KILL
- SYS_TIME
- AUDIT_WRITE
- SETUID
- SETGID
volumeMounts:
- mountPath: /etc/extension/certificates/client-cert-a
name: certificate-client-cert-a
Expand Down Expand Up @@ -194,6 +198,8 @@ manifest should match snapshot without TLS:
- KILL
- SYS_TIME
- AUDIT_WRITE
- SETUID
- SETGID
volumeMounts: null
dnsPolicy: ClusterFirstWithHostNet
hostNetwork: true
Expand Down
2 changes: 1 addition & 1 deletion e2e/extension_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func (e *Extension) execAction(action action_kit_api.ActionDescription, target a
return errorExecution(err)
}
log.Info().Str("actionId", action.Id).
Interface("clientConfig", config).
Interface("config", config).
Interface("state", state).
Msg("Action prepared")

Expand Down

0 comments on commit d8f84a8

Please sign in to comment.