Skip to content

Commit

Permalink
Pin platform image tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Nov 9, 2023
1 parent 239130c commit 5847017
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export class MyChart extends PennLabsChart {
port: 443,
deployment: {
image: backendImage,
tag: "daf9ff9b7ba9cd8026b90955bb35e156b63b7742",
secret,
secretMounts: [
{
Expand Down Expand Up @@ -75,6 +76,7 @@ export class MyChart extends PennLabsChart {
port: 8080,
deployment: {
image: devImage,
tag: "daf9ff9b7ba9cd8026b90955bb35e156b63b7742",
secret: devSecret,
env: [{
name: "DEV_LOGIN",
Expand Down

0 comments on commit 5847017

Please sign in to comment.