diff --git a/manifest.yaml b/manifest.yaml index a6884b7..f3dcc77 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -12,7 +12,7 @@ spec: spec: containers: - name: data-scraper - image: "ghcr.io/wahyd4/scraper/app:v0.1.26" + image: "ghcr.io/wahyd4/scraper/app:v0.1.27" imagePullPolicy: IfNotPresent env: - name: DB_USERNAME @@ -30,4 +30,4 @@ spec: memory: 256Mi restartPolicy: Never imagePullSecrets: - - name: regcred + - name: github-image-pull-secret