🐳 Set the Docker image tags to latest

This commit is contained in:
M. Mert Yildiran
2022-11-26 06:57:08 +03:00
parent cb60a4cc4c
commit 0736f6120c
4 changed files with 3 additions and 5 deletions

View File

@@ -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,

View File

@@ -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{