Skip to content

Commit

Permalink
bns set annotation when shutting down a kernel
Browse files Browse the repository at this point in the history
bigdata-notebook-service nows sets annotation `kill-requested-at` on
SparkApp CR when kernel shutdown (or restart) is requested.
a ClusterRole has been added to allow this behaviour in a previous
change.
  • Loading branch information
Emmanuel Pignot authored and epignot committed Sep 16, 2024
1 parent d160853 commit 8afc99d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/bigdata-notebook-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: bigdata-notebook-service
description: A Helm chart for the Spot Big Data Notebook Service
type: application
version: 0.4.2
appVersion: 0.83.0
version: 0.4.3
appVersion: 0.94.1
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/bigdata-notebook-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: 066597193667.dkr.ecr.us-east-1.amazonaws.com/private/bigdata-notebook-service
pullPolicy: IfNotPresent
tag: c167ac99
tag: 9b263003

imagePullSecrets:
- name: spot-bigdata-image-pull
Expand Down

0 comments on commit 8afc99d

Please sign in to comment.