Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntax3rror404 committed Jan 11, 2024
1 parent d02da7f commit 7ee7f5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
LABEL org.opencontainers.image.source https://github.com/Syntax3rror404/revealjs-helm

# Use the official Nginx image as a base
FROM nginx:alpine3.18

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ This is a list of used software
| ------ | ----------- |
| Revealjs | 5.0.4 |
| Nginx (offical image) | nginx:alpine3.18 |
| Kaniko (Image build) | -|


## Local testing with image
The Contaienr image are located at ghcr.
With this example command, you can pull the image to you local env:
```
nerdctl run ghcr.io/syntax3rror404/revealjs-helm/revealjs:latest
nerdctl run ghcr.io/syntax3rror404/revealjs-helm:master
```
<div align="center">
MIT licence | Copyright © 2024 Marcel Zapf
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nameOverride: ""
name: "revealjs"

image:
repository: ghcr.io/syntax3rror404/revealjs-helm/revealjs
repository: ghcr.io/syntax3rror404/revealjs-helm:master
pullPolicy: IfNotPresent
tag: "latest"

Expand Down

0 comments on commit 7ee7f5e

Please sign in to comment.