Skip to content
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.

Commit

Permalink
[src] use latest controller version
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcgrath committed May 19, 2019
1 parent 308dde6 commit fc7f5ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## [1.0.6] - 2019-05-19
### Changed
- `spotinst_ocean_controller` use latest controller version

## [1.0.5] - 2019-05-19
### Fixed
- `spotinst_ocean_eks` map_roles for system:node
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ If you are new to Terraform Modules, check out Hashicorp's [quick overview.](htt
1. To use a module from this repository, add a block like the following to your terraform code:
```
module "example" {
source = "github.com/spotinst/terraform-spotinst-modules//example?ref=v0.1.5"
source = "github.com/spotinst/terraform-spotinst-modules//example?ref=v1.0.6"
param = "foo"
param_two = "bar"
Expand Down
2 changes: 1 addition & 1 deletion spotinst_ocean_controller/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ resource "kubernetes_deployment" "default" {
spec {

container {
image = "spotinst/kubernetes-cluster-controller:1.0.30"
image = "spotinst/kubernetes-cluster-controller:latest"
name = "spotinst-kubernetes-cluster-controller"
image_pull_policy = "Always"

Expand Down

0 comments on commit fc7f5ed

Please sign in to comment.