Skip to content

Commit

Permalink
Merge pull request #97 from rancher/release-v0.1.3
Browse files Browse the repository at this point in the history
Update to v0.1.3 images
  • Loading branch information
dbason authored Sep 15, 2021
2 parents 1ac7b6e + 8f13ee6 commit bc0bd08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ steps:
- refs/tags/*
services:
- name: k3dsvc
image: rancher/k3d:latest-dind
image: rancher/k3d:4.4.8dind
privileged: true
commands:
- nohup dockerd-entrypoint.sh &
Expand Down
14 changes: 7 additions & 7 deletions pkg/demo/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ import (

const (
KibanaDashboardPodName = "deploy-opni-kibana-dasbhboards"
DrainServiceImage = "rancher/opni-drain-service:v0.1.2"
NulogInfServiceControlPlaneImage = "rancher/opni-inference-service:v0.1.2"
NulogInfServiceImage = "rancher/opni-inference-service:v0.1.2"
PayloadReceiverServiceImage = "rancher/opni-payload-receiver-service:v0.1.2"
GPUServiceControllerImage = "rancher/opni-gpu-service-controller:v0.1.2"
PreprocessingServiceImage = "rancher/opni-preprocessing-service:v0.1.2"
KibanaDashboardImage = "rancher/opni-kibana-dashboard:v0.1.2"
DrainServiceImage = "rancher/opni-drain-service:v0.1.3"
NulogInfServiceControlPlaneImage = "rancher/opni-inference-service:v0.1.3"
NulogInfServiceImage = "rancher/opni-inference-service:v0.1.3"
PayloadReceiverServiceImage = "rancher/opni-payload-receiver-service:v0.1.3"
GPUServiceControllerImage = "rancher/opni-gpu-service-controller:v0.1.3"
PreprocessingServiceImage = "rancher/opni-preprocessing-service:v0.1.3"
KibanaDashboardImage = "rancher/opni-kibana-dashboard:v0.1.3"
)

func BuildDrainService(spec *demov1alpha1.OpniDemo) *appsv1.Deployment {
Expand Down

0 comments on commit bc0bd08

Please sign in to comment.