Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(auto merged) Bump isec-tut/containers/hackmd from 1e5f1b5 to 4f0ced0 in /ansible/manifests/hackmd #5

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/manifests/hackmd/hackmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: hackmd
image: ghcr.io/isec-tut/containers/hackmd@sha256:1e5f1b523c952ee71f930d7be5ca086c4d7615ebf6478d564ce412b16ebe102f
image: ghcr.io/isec-tut/containers/hackmd@sha256:4f0ced07fda41517e5ea08c7cd126989d3e50a8e369e0165f26eaf030a5f1b3d
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000
Expand Down
2 changes: 1 addition & 1 deletion ansible/manifests/hackmd/pre-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
command: ["/bin/sh"]
args: ["-c", "exit 0"]
- name: hackmd
image: ghcr.io/isec-tut/containers/hackmd@sha256:1e5f1b523c952ee71f930d7be5ca086c4d7615ebf6478d564ce412b16ebe102f
image: ghcr.io/isec-tut/containers/hackmd@sha256:4f0ced07fda41517e5ea08c7cd126989d3e50a8e369e0165f26eaf030a5f1b3d
command: ["/bin/sh"]
args: ["-c", "exit 0"]
restartPolicy: Never