Skip to content

Commit

Permalink
Merge pull request #285 from timmyers/create-pull-request/patch
Browse files Browse the repository at this point in the history
feat: Update metrics-server to v0.3.7
  • Loading branch information
timmyers authored Aug 27, 2020
2 parents 1508d7c + ef8e54f commit ec052c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const defaults = (args: MetricsServerArgs): MetricsServerArgs => {
args.podDisruptionBudget = { enabled: false };
}

const metricsServerImageTag = 'v0.3.6';
const metricsServerImageTag = 'v0.3.7';

if (args.image === undefined) {
args.image = {
Expand Down

0 comments on commit ec052c8

Please sign in to comment.