We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea21420 + 81e3762 commit eea77b7Copy full SHA for eea77b7
.github/workflows/deploy.yml
@@ -52,9 +52,9 @@ jobs:
52
if [ -n "$prod_diff" ]; then
53
prod_diff_msg=$(cat <<EOF
54
To be applied to prod from $prod_manifest_dir:
55
- ```diff
+ \`\`\`diff
56
$prod_diff
57
- ```
+ \`\`\`
58
59
EOF)
60
fi
k8s/app.yaml
@@ -25,7 +25,7 @@ spec:
25
app: chime
26
spec:
27
containers:
28
- - image: docker.pkg.github.com/codeforphilly/chime/penn-chime:1.1.0-rc.5
+ - image: docker.pkg.github.com/codeforphilly/chime/penn-chime:1.1.0
29
name: chime
30
ports:
31
- containerPort: 8000
0 commit comments