Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntax3rror404 committed Aug 24, 2024
1 parent 64d91b7 commit 6b36f30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ RUN addgroup --gid 1001 devgroup && \
echo "dev ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers

# Ensure SSH configuration and host keys are set up
RUN mkdir -p /var/run/sshd && \
ssh-keygen -A && \
RUN ssh-keygen -A && \
sed -i 's/^#HostKey/HostKey/' /etc/ssh/sshd_config && \
chown -R root:root /etc/ssh && \
chmod 600 /etc/ssh/ssh_host_* && \
echo 'dev:dev' | chpasswd && \
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
replicaCount: 1

image:
source: ghcr.io/syntax3rror404/k8s-devmachine@sha256:3c87b57891380491fcb251e01aa86bfbee89b18f09cc003289ccb7df094951c5
source: ghcr.io/syntax3rror404/k8s-devmachine@sha256:abac90c428e1056531f6403665a6b5d22c8caa41d897d701d86ddc570fa96a4a
pullPolicy: IfNotPresent

service:
Expand Down

0 comments on commit 6b36f30

Please sign in to comment.