Skip to content

Commit

Permalink
Update tbot deployment to use standalone tbot image (smaller imag…
Browse files Browse the repository at this point in the history
…e size) (#76)
  • Loading branch information
tuladhar authored Mar 21, 2024
1 parent cb868fa commit 575e2d4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .nancy-ignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#pkg:golang/k8s.io/[email protected]
CVE-2020-8561 until=2024-01-08 # k8s.io/[email protected]
CVE-2023-47108 until=2024-01-18 # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected]
CVE-2023-47108 until=2024-05-01 # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected]
CVE-2024-24786 until=2024-05-01 # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected]
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Updated `tbot` deployment to use standalone `tbot` image (smaller image size)
- Bump teleport version to `15.1.7`

## [0.8.4] - 2024-01-04

### Changed
Expand Down
2 changes: 1 addition & 1 deletion helm/teleport-operator/templates/tbot-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
{{- end }}
containers:
- name: tbot
image: gsoci.azurecr.io/giantswarm/teleport:{{ .Values.teleport.teleportVersion }}
image: gsoci.azurecr.io/giantswarm/tbot-distroless:{{ .Values.teleport.teleportVersion }}
command:
- tbot
args:
Expand Down
2 changes: 1 addition & 1 deletion helm/teleport-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ teleport:
managementClusterName: ""
proxyAddr: test.teleport.giantswarm.io:443
teleportClusterName: test.teleport.giantswarm.io
teleportVersion: 14.1.1
teleportVersion: 15.1.7

pod:
user:
Expand Down

0 comments on commit 575e2d4

Please sign in to comment.