Skip to content

Commit

Permalink
Merge branch 'fix-image-repo-default' into 'main'
Browse files Browse the repository at this point in the history
fix(image/dockerfile): use the correct docker.io image repository as default

See merge request cloudnative/go/cidr-allocator!24
  • Loading branch information
Ben Sykes committed Mar 25, 2024
2 parents 6ade55e + c4a0368 commit 9774a32
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.3.1] - 2024-03-25
### Fixed
- fix(dockerfile): fix the incorrect default image repository from image definition

## [v1.3.0] - 2024-03-07
### Added
- feat(manager): added field indexer to support only listing matching nodes with no PodCIDR allocated
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

ARG IMAGE_REPOSITORY=docker.io/docker
ARG IMAGE_REPOSITORY=docker.io
ARG TARGETARCH
ARG TARGETOS=linux

Expand Down
4 changes: 2 additions & 2 deletions install/kubernetes/cidr-allocator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ keywords:
- Networking
- Node

version: 2.0.6
version: 2.0.7
kubeVersion: ">= 1.16.0-0"
appVersion: "v1.3.0"
appVersion: "v1.3.1"

maintainers:
- name: Ben Sykes
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/cidr-allocator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Helm chart to deploy the STATCAN CIDR-Allocator Controller and CRDs to a Kubernetes Cluster

![Version: 2.0.6](https://img.shields.io/badge/Version-2.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.3.0](https://img.shields.io/badge/AppVersion-v1.3.0-informational?style=flat-square)
![Version: 2.0.7](https://img.shields.io/badge/Version-2.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.3.1](https://img.shields.io/badge/AppVersion-v1.3.1-informational?style=flat-square)

A Helm chart to deploy the STATCAN CIDR-Allocator Controller and CRDs to a Kubernetes Cluster

Expand Down

0 comments on commit 9774a32

Please sign in to comment.