Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Updating protocol-version.
Browse files Browse the repository at this point in the history
  • Loading branch information
RayRoestenburg committed Nov 9, 2020
1 parent e2e0b9a commit 40cc6eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import cloudflow.operator.event._
import cloudflow.operator.flow._

object Operator {
val ProtocolVersion = "3"
val ProtocolVersion = "4"
val ProtocolVersionKey = "protocol-version"
val ProtocolVersionConfigMapName = "cloudflow-protocol-version"
def ProtocolVersionConfigMap(ownerReferences: List[OwnerReference]) = ConfigMap(
Expand Down
2 changes: 1 addition & 1 deletion kubectl-cloudflow/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var ReleaseTag = "SNAPSHOT"

// ProtocolVersion is the protocol version, which is shared between the cloudflow-operator and kubectl-cloudflow. The cloudflow-operator creates
// a configmap on bootstrap that kubectl-cloudflow reads to verify that it is compatible.
const ProtocolVersion = "3"
const ProtocolVersion = "4"

// ProtocolVersionKey is the key of the protocol version in the configmap
const ProtocolVersionKey = "protocol-version"
Expand Down

0 comments on commit 40cc6eb

Please sign in to comment.