Skip to content

Commit

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

0 comments on commit f862a40

Please sign in to comment.