Skip to content

Commit

Permalink
bump chart version to v0.0.2 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
spring1843 authored Dec 9, 2022
1 parent 894f3cf commit 4295d1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/karpenter-core-crd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: karpenter-core-crd
description: Core APIs CRDs, and everything else that is part of karpenter-core
type: application
version: 0.0.1
appVersion: 0.0.1
version: 0.0.2
appVersion: 0.0.2
keywords:
- cluster
- node
Expand Down
6 changes: 3 additions & 3 deletions charts/karpenter-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: karpenter-core
description: Manifest of karpenter-core
type: application
version: 0.0.1
appVersion: 0.0.1
version: 0.0.2
appVersion: 0.0.2
keywords:
- cluster
- node
Expand All @@ -16,5 +16,5 @@ sources:
- https://github.com/aws/karpenter-core/
dependencies:
- name: karpenter-core-crd
version: "v0.0.1"
version: "v0.0.2"
repository: "oci://ghcr.io/aws/karpenter-core"

0 comments on commit 4295d1f

Please sign in to comment.