diff --git a/kubernetes/app/api.yaml b/kubernetes/app/api.yaml index 30b04b9..6e4baed 100644 --- a/kubernetes/app/api.yaml +++ b/kubernetes/app/api.yaml @@ -15,7 +15,7 @@ spec: app: status-page-api spec: containers: - - image: registry.scs.community/status-page/status-page-api:v1.0.0 + - image: registry.scs.community/status-page/status-page-api:v1.0.1 name: status-page-api imagePullPolicy: IfNotPresent resources: diff --git a/kubernetes/app/web.yaml b/kubernetes/app/web.yaml index 76f49d6..9feabec 100644 --- a/kubernetes/app/web.yaml +++ b/kubernetes/app/web.yaml @@ -15,7 +15,7 @@ spec: app: status-page-web spec: containers: - - image: registry.scs.community/status-page/status-page-web:v1.0.0 + - image: registry.scs.community/status-page/status-page-web:v1.0.1 name: status-page-web imagePullPolicy: IfNotPresent resources: