mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-23 19:17:18 +00:00
🐳 Set the Docker image tags to latest
This commit is contained in:
@@ -329,7 +329,7 @@ func (tapperSyncer *KubesharkTapperSyncer) updateKubesharkTappers() error {
|
||||
tapperSyncer.context,
|
||||
tapperSyncer.config.KubesharkResourcesNamespace,
|
||||
TapperDaemonSetName,
|
||||
"kubeshark/worker:test-amd64",
|
||||
"kubeshark/worker:latest",
|
||||
TapperPodName,
|
||||
fmt.Sprintf("%s.%s.svc", ApiServerPodName, tapperSyncer.config.KubesharkResourcesNamespace),
|
||||
nodeNames,
|
||||
|
@@ -427,7 +427,7 @@ func (provider *Provider) BuildFrontPod(opts *ApiServerOptions, mountVolumeClaim
|
||||
containers := []core.Container{
|
||||
{
|
||||
Name: "front",
|
||||
Image: "kubeshark/front:test-amd64",
|
||||
Image: "kubeshark/front:latest",
|
||||
ImagePullPolicy: opts.ImagePullPolicy,
|
||||
VolumeMounts: volumeMounts,
|
||||
ReadinessProbe: &core.Probe{
|
||||
|
Reference in New Issue
Block a user