penguin/AstroJS

Javascript framework for my blog

commit fc0ff969e97ae6c9329137b8acdca1713819a3f5

author斟酌 鵬兄 <tgckpg@gmail.com>
date2022-04-10T11:26:43Z
subjectTypo
commit fc0ff969e97ae6c9329137b8acdca1713819a3f5
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2022-04-10T11:26:43Z

    Typo
---
 botanjs/src/Dandelion/{StarticRes.js => StaticRes.js} | 0
 k8s/deployments.yaml                                  | 4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/botanjs/src/Dandelion/StarticRes.js b/botanjs/src/Dandelion/StaticRes.js
similarity index 100%
rename from botanjs/src/Dandelion/StarticRes.js
rename to botanjs/src/Dandelion/StaticRes.js
diff --git a/k8s/deployments.yaml b/k8s/deployments.yaml
index 0c1c790..da8c8c4 100644
--- a/k8s/deployments.yaml
+++ b/k8s/deployments.yaml
@@ -26,7 +26,7 @@ spec:
             mountPath: "/app/cache"
       containers:
         - name: web
-          image: registry.k8s.astropenguin.net/astrojs:2022.04.09.05
+          image: registry.k8s.astropenguin.net/astrojs:2022.04.10
           securityContext:
             runAsGroup: 1001
             runAsNonRoot: true
@@ -54,7 +54,7 @@ spec:
         - name: redis
           image: redis:6.0.8-alpine
         - name: compiler
-          image: registry.k8s.astropenguin.net/astrojs:2022.04.09.05
+          image: registry.k8s.astropenguin.net/astrojs:2022.04.10
           securityContext:
             runAsGroup: 1001
             runAsNonRoot: true