Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/robalb/my-website
Browse files Browse the repository at this point in the history
  • Loading branch information
robalb committed Jul 17, 2024
2 parents b177be6 + 83969ef commit a76bf29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose-prod/blog-halb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ networks:
external: true
services:
blog-halb:
image: ghcr.io/robalb/my-website:sha-a0a7d5a3ce6ddf2c584999214188a2629c4e36f8
image: ghcr.io/robalb/my-website:sha-09e59b4696e69308f923e0a6ea0170fc9a4bee27
restart: unless-stopped
expose:
- '80'
Expand Down
2 changes: 1 addition & 1 deletion k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: halb-nginx
image: ghcr.io/robalb/my-website:sha-a0a7d5a3ce6ddf2c584999214188a2629c4e36f8
image: ghcr.io/robalb/my-website:sha-09e59b4696e69308f923e0a6ea0170fc9a4bee27
ports:
- containerPort: 80
imagePullSecrets:
Expand Down

0 comments on commit a76bf29

Please sign in to comment.